Showing 1 changed files with 5 additions and 5 deletions
+5 -5
sources/news-lemonde.fr.php
... ...
@@ -109,12 +109,12 @@ foreach ($articles as $article ) {
109 109
   $article_only = $temp;
110 110
   $temp = preg_replace('/\s\s+/', ' ', $article_only);
111 111
   $article_only = $temp;
112
-  $re = '/<a target="_blank" onclick="return false;" (.+?)">(.+?)<\/a>/';
113
-  $temp = preg_replace($re, '\\3', $article_only);
114
-  $article_only = $temp;
115
-  //$re = '/<a class="lien_interne rub"(.+?)>(.+?)<\/a>/';
116
-  //$temp = preg_replace($re, '\\2', $article_only);
112
+  //$re = '/<a target="_blank" onclick="return false;" (.+?)">(.+?)<\/a>/';
113
+  //$temp = preg_replace($re, '\\3', $article_only);
117 114
   //$article_only = $temp;
115
+  $re = '/<a class="lien_interne rub"(.+?)>(.+?)<\/a>/';
116
+  $temp = preg_replace($re, '\\2', $article_only);
117
+  $article_only = $temp;
118 118
   $re = '/<img (.+?)data-src="(.+?)"(.+?)data-lazyload="true"(.+?)>/';
119 119
   $temp = preg_replace($re, '<img width="100%" src="\\2">', $article_only); 
120 120
   $article_only = $temp;