mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +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
|
// remove unwanted stuff
|
||||||
foreach (
|
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
|
div.wp-embed, p.wp-caption-text, script') as $element
|
||||||
) {
|
) {
|
||||||
$element->remove();
|
$element->remove();
|
||||||
|
Loading…
Reference in New Issue
Block a user