mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 09:32:15 -05:00
titles with colon bad parsed
This commit is contained in:
parent
b9523a0ba0
commit
1a08e7b6f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user