1
0
Fork 0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-04-05 00:05:34 +03:00

[DarkReading] Convert pictures to plain images ()

Convert <picture> to <img> element
This commit is contained in:
ORelio 2022-11-22 18:42:31 +01:00 committed by GitHub
parent d592e2cb15
commit f53e0e4bee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
} }
} }