mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
some urls weren't well parsed
This commit is contained in:
parent
301e4c5acb
commit
5f9bff0f71
2 changed files with 3 additions and 1 deletions
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue