diff options
-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 |