From 5f9bff0f71b415dd6e9753b7b7f1ad75db8aa481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 8 Aug 2013 21:13:37 +0200 Subject: some urls weren't well parsed --- inc/3rdparty/Readability.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inc/3rdparty/Readability.php') diff --git a/inc/3rdparty/Readability.php b/inc/3rdparty/Readability.php index e1e8738b..7605871c 100644 --- a/inc/3rdparty/Readability.php +++ b/inc/3rdparty/Readability.php @@ -810,7 +810,8 @@ class Readability return $this->grabArticle($this->body); } else { - return false; + # this line was commented by Nicolas LÅ“uillet 8/8/13 due to some urls not parsed + // return false; } } return $articleContent; -- cgit v1.2.3