aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-07-15 18:03:42 +0200
committerChristian Weiske <cweiske@cweiske.de>2014-07-15 18:03:42 +0200
commita456368741ffa03a63f9ebeaacc90d5e3a811f52 (patch)
treef590b6933490640926d187bc4b2c7c07a5b77328 /src
parent02d46e434c06b0d45b8b40c23544fdbffdef8c4e (diff)
downloadphorkie-a456368741ffa03a63f9ebeaacc90d5e3a811f52.tar.gz
phorkie-a456368741ffa03a63f9ebeaacc90d5e3a811f52.zip
add fixme
Diffstat (limited to 'src')
-rw-r--r--src/phorkie/HtmlParser.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/phorkie/HtmlParser.php b/src/phorkie/HtmlParser.php
index b8cd1af..38d8af8 100644
--- a/src/phorkie/HtmlParser.php
+++ b/src/phorkie/HtmlParser.php
@@ -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');