diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-20 04:36:35 -0700 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-20 04:36:35 -0700 |
commit | 79026b73a804d1fe3715c3edf5bc2cfb1e56732c (patch) | |
tree | 225136afe844ad0b1c3fef443fcea86fe54384e5 /inc/poche/Url.class.php | |
parent | c51be6b697da573cdcf0788eb8617130ce5517a4 (diff) | |
parent | 6a6c1c1172f3c6167d360a2322335ea91e94a3ff (diff) | |
download | wallabag-79026b73a804d1fe3715c3edf5bc2cfb1e56732c.tar.gz wallabag-79026b73a804d1fe3715c3edf5bc2cfb1e56732c.tar.zst wallabag-79026b73a804d1fe3715c3edf5bc2cfb1e56732c.zip |
Merge pull request #226 from inthepoche/dev1.0-beta5
beta5
Diffstat (limited to 'inc/poche/Url.class.php')
-rw-r--r-- | inc/poche/Url.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Url.class.php b/inc/poche/Url.class.php index 5a893014..600a2166 100644 --- a/inc/poche/Url.class.php +++ b/inc/poche/Url.class.php | |||
@@ -354,7 +354,7 @@ class Url | |||
354 | } | 354 | } |
355 | if (isset($splink)) { | 355 | if (isset($splink)) { |
356 | // Build DOM tree from HTML | 356 | // Build DOM tree from HTML |
357 | $readability = new Readability($html, $url); | 357 | $readability = new PocheReadability($html, $url); |
358 | $xpath = new DOMXPath($readability->dom); | 358 | $xpath = new DOMXPath($readability->dom); |
359 | // Loop through single_page_link xpath expressions | 359 | // Loop through single_page_link xpath expressions |
360 | $single_page_url = null; | 360 | $single_page_url = null; |