mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-03 16:19:45 +00:00
Update CaschyBridge.php (#4027)
without removing the video-container-div the embedded youtube videos work again
This commit is contained in:
parent
2aace6c898
commit
fee5e269d0
@ -54,7 +54,7 @@ class CaschyBridge extends FeedExpander
|
||||
{
|
||||
// remove unwanted stuff
|
||||
foreach (
|
||||
$article->find('div.video-container, div.aawp, p.aawp-disclaimer, iframe.wp-embedded-content,
|
||||
$article->find('div.aawp, p.aawp-disclaimer, iframe.wp-embedded-content,
|
||||
div.wp-embed, p.wp-caption-text, script') as $element
|
||||
) {
|
||||
$element->remove();
|
||||
|
Loading…
Reference in New Issue
Block a user