aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-09-13 09:01:33 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-09-13 09:01:33 +0200
commit1a08e7b6f6f4dead5556435033e8ac7634144ae0 (patch)
tree4f072cd965233a9e128035c087fe53448daeb35e
parentb9523a0ba09b5641e93fcd8300dd1a9f5145da2d (diff)
downloadwallabag-1a08e7b6f6f4dead5556435033e8ac7634144ae0.tar.gz
wallabag-1a08e7b6f6f4dead5556435033e8ac7634144ae0.tar.zst
wallabag-1a08e7b6f6f4dead5556435033e8ac7634144ae0.zip
titles with colon bad parsed
-rw-r--r--inc/3rdparty/content-extractor/ContentExtractor.php2
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