Skip to content

Commit

Permalink
Update CaschyBridge.php (RSS-Bridge#4027)
Browse files Browse the repository at this point in the history
without removing the video-container-div the embedded youtube videos work again
  • Loading branch information
Tone866 committed Mar 24, 2024
1 parent 2aace6c commit fee5e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/CaschyBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private function addArticleToItem($item, $article)
{
// 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();
Expand Down

0 comments on commit fee5e26

Please sign in to comment.