mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-25 19:06:23 +03:00
[DarkReading] Convert pictures to plain images (#3158)
Convert <picture> to <img> element
This commit is contained in:
parent
d592e2cb15
commit
f53e0e4bee
1 changed files with 1 additions and 1 deletions
|
@ -85,6 +85,6 @@ class DarkReadingBridge extends FeedExpander
|
||||||
$content = stripRecursiveHTMLSection($content, 'div', $div_start);
|
$content = stripRecursiveHTMLSection($content, 'div', $div_start);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $content;
|
return convertLazyLoading($content);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue