mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 23:16:53 +00:00
[DarkReading] Convert pictures to plain images (#3158)
Convert <picture> to <img> element
This commit is contained in:
parent
d592e2cb15
commit
f53e0e4bee
@ -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 New Issue
Block a user