mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue