Showing 1 changed files with 0 additions and 3 deletions
-3
sources/news-franceinfo.php
... ...
@@ -20,9 +20,6 @@ if ($xml === false) {
20 20
     $article['title'] = $item->title;
21 21
     $article['link'] = $item->link;
22 22
     $article['link']  = re_remove($article['link'], '/#xtor=RSS-(.+)/');
23
-    $orgStrings = array('?xtor=RSS-3208');
24
-    $newStrings = array('');
25
-    $article['link']  = str_replace($orgStrings, $newStrings, $article['link']);
26 23
     $article['pubDate'] = $item->pubDate;
27 24
     $article['timestamp'] = strtotime($item->pubDate);
28 25
     $article['description'] = $item->description;