forked from wallabag/wallabag
some urls weren't well parsed
This commit is contained in:
3
inc/3rdparty/Readability.php
vendored
3
inc/3rdparty/Readability.php
vendored
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user