1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00

titles with colon bad parsed

This commit is contained in:
Nicolas Lœuillet 2013-09-13 09:01:33 +02:00
parent b9523a0ba0
commit 1a08e7b6f6

View File

@ -138,7 +138,7 @@ class ContentExtractor
}
// load and parse html
$this->readability = new Readability($html, $url);
$this->readability = new PocheReadability($html, $url);
// we use xpath to find elements in the given HTML document
// see http://en.wikipedia.org/wiki/XPath_1.0