diff --git a/bridges/GolemBridge.php b/bridges/GolemBridge.php index b52d3c2f..7f59ee90 100644 --- a/bridges/GolemBridge.php +++ b/bridges/GolemBridge.php @@ -109,10 +109,10 @@ class GolemBridge extends FeedExpander //built youtube iframes foreach ($article->find('.embedcontent') as &$embedcontent) { $ytscript = $embedcontent->find('script', 0); - if (preg_match('/www.youtube.com.*?\"/', $ytscript->innertext, $link)) { - $link = 'https://' . str_replace('\\', '', $link[0]); + if (preg_match('/(www.youtube.com.*?)\"/', $ytscript->innertext, $link)) { + $link = 'https://' . str_replace('\\', '', $link[1]); $embedcontent->innertext .= <<'; EOT;