mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 14:18:35 +01:00
[HeiseBridge.php] Prevent Youtube videos from being filtered out (#4125)
This commit is contained in:
parent
36706a3dec
commit
87fa6ea71e
@ -214,7 +214,7 @@ class HeiseBridge extends FeedExpander
|
||||
$content = $article->find('.article-content', 0);
|
||||
if ($content) {
|
||||
$contentElements = $content->find(
|
||||
'p, h3, ul, ol, table, pre, noscript img, a-bilderstrecke h2, a-bilderstrecke figure, a-bilderstrecke figcaption'
|
||||
'p, h3, ul, ol, table, pre, noscript img, a-bilderstrecke h2, a-bilderstrecke figure, a-bilderstrecke figcaption, noscript iframe'
|
||||
);
|
||||
$item['content'] .= implode('', $contentElements);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user