mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
added iframe to $bad (#3380)
iframe can't be rendered in feed reader, so we can delete it
This commit is contained in:
parent
8fd677f4ae
commit
e7bda080b4
@ -114,7 +114,7 @@ class GolemBridge extends FeedExpander
|
|||||||
|
|
||||||
// delete known bad elements
|
// delete known bad elements
|
||||||
foreach (
|
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
|
div.gbox_affiliate, div.toc, .embedcontent') as $bad
|
||||||
) {
|
) {
|
||||||
$bad->remove();
|
$bad->remove();
|
||||||
|
Loading…
Reference in New Issue
Block a user