]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Url.class.php
Added support for http_auth
[github/wallabag/wallabag.git] / inc / poche / Url.class.php
index 5a8930144358674169bf94746aad80a8f725226c..600a216651f45d8cc7576e8cc3e7ac36bef3cf94 100644 (file)
@@ -354,7 +354,7 @@ class Url
         }
         if (isset($splink)) {
             // Build DOM tree from HTML
-            $readability = new Readability($html, $url);
+            $readability = new PocheReadability($html, $url);
             $xpath = new DOMXPath($readability->dom);
             // Loop through single_page_link xpath expressions
             $single_page_url = null;