mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
fix bug #209: titles with colon bad parsed
This commit is contained in:
parent
084ec2a63d
commit
b9523a0ba0
3 changed files with 49 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue