simple cache for rendered files
[phorkie.git] / src / phorkie / HtmlParser.php
index b8cd1aff3dbece084445bde9617321aba0ae64bf..38d8af858206627cc15b78e2c680b2ef3a72b225 100644 (file)
@@ -97,6 +97,7 @@ class HtmlParser
         } else {
             $sx = simplexml_import_dom(\DOMDocument::loadHTML($html));
         }
+        //FIXME: handle network error
 
         $elems = $sx->xpath('//*[@rel="vcs-git"]');
         $titles = $sx->xpath('/html/head/title');