diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-13 09:01:33 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-13 09:01:33 +0200 |
commit | 1a08e7b6f6f4dead5556435033e8ac7634144ae0 (patch) | |
tree | 4f072cd965233a9e128035c087fe53448daeb35e | |
parent | b9523a0ba09b5641e93fcd8300dd1a9f5145da2d (diff) | |
download | wallabag-1a08e7b6f6f4dead5556435033e8ac7634144ae0.tar.gz wallabag-1a08e7b6f6f4dead5556435033e8ac7634144ae0.tar.zst wallabag-1a08e7b6f6f4dead5556435033e8ac7634144ae0.zip |
titles with colon bad parsed
-rw-r--r-- | inc/3rdparty/content-extractor/ContentExtractor.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/3rdparty/content-extractor/ContentExtractor.php b/inc/3rdparty/content-extractor/ContentExtractor.php index db371c6a..26878392 100644 --- a/inc/3rdparty/content-extractor/ContentExtractor.php +++ b/inc/3rdparty/content-extractor/ContentExtractor.php | |||
@@ -138,7 +138,7 @@ class ContentExtractor | |||
138 | } | 138 | } |
139 | 139 | ||
140 | // load and parse html | 140 | // load and parse html |
141 | $this->readability = new Readability($html, $url); | 141 | $this->readability = new PocheReadability($html, $url); |
142 | 142 | ||
143 | // we use xpath to find elements in the given HTML document | 143 | // we use xpath to find elements in the given HTML document |
144 | // see http://en.wikipedia.org/wiki/XPath_1.0 | 144 | // see http://en.wikipedia.org/wiki/XPath_1.0 |