Showing 1 changed files with 0 additions and 2 deletions
-2
sources/news-vice.fr.php
... ...
@@ -94,8 +94,6 @@ foreach ($articles as $article ) {
94 94
   $newre='<div><iframe width="100%" src="https://www.youtube.com/embed/\\3?feature=oembed&start=\\2" frameborder="0" gesture="media" allowfullscreen></iframe>';
95 95
   $temp = preg_replace($re, $newre, $article_only);
96 96
   $article_only = $temp;
97
-//  $re='/<div data-iframely-id="(.+)" data-embedded-url="(.+?)" class="article__embed article__embed--iframely">/';
98
-//  $article_only = preg_replace($re, '<div>', $article_only);
99 97
   $re='/><iframe data-img="" data-iframely-url="(.+?)" style="(.+?)"><\/iframe>/';
100 98
   $newre='<a href="\\1" target="new">Video</a><iframe width="100%" src="https:\\1" frameborder="0" gesture="media" allowfullscreen></iframe>';
101 99
   $article_only = preg_replace($re, $newre, $article_only);