1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-06-25 20:34:22 +02:00

added iframe to $bad (#3380)

iframe can't be rendered in feed reader, so we can delete it
This commit is contained in:
Tone
2023-05-10 22:14:34 +02:00
committed by GitHub
parent 8fd677f4ae
commit e7bda080b4

View File

@ -114,7 +114,7 @@ class GolemBridge extends FeedExpander
// delete known bad elements
foreach (
$article->find('div[id*="adtile"], #job-market, #seminars,
$article->find('div[id*="adtile"], #job-market, #seminars, iframe,
div.gbox_affiliate, div.toc, .embedcontent') as $bad
) {
$bad->remove();