mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
titles with colon bad parsed
This commit is contained in:
parent
b9523a0ba0
commit
1a08e7b6f6
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class ContentExtractor
|
||||||
}
|
}
|
||||||
|
|
||||||
// load and parse html
|
// 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
|
// we use xpath to find elements in the given HTML document
|
||||||
// see http://en.wikipedia.org/wiki/XPath_1.0
|
// see http://en.wikipedia.org/wiki/XPath_1.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue