Showing 1 changed files with 1 additions and 3 deletions
+1 -3
sources/rss.php
... ...
@@ -10,7 +10,7 @@ define('NEWS_RSS_NUMERAMA', 'https://www.numerama.com/rss/news.rss');
10 10
 define('NEWS_RSS_HUFFINGTONPOSTFR', 'https://www.huffingtonpost.fr/feeds/index.xml');
11 11
 define('NEWS_RSS_FRANCEINFO', 'https://www.francetvinfo.fr/titres.rss');
12 12
 define('NEWS_RSS_CONSPIRACY', 'http://www.conspiracywatch.info/feed');
13
-define('NEWS_RSS_LOBS', 'http://www.nouvelobs.com/rss.xml');
13
+//define('NEWS_RSS_LOBS', 'http://www.nouvelobs.com/rss.xml'); // Removed 2019-06-12
14 14
 
15 15
 $array_title=array(
16 16
   "conspiracy" => "Conspiracy Watch",
... ...
@@ -19,7 +19,6 @@ $array_title=array(
19 19
   "lemonde" => "LeMonde.fr",
20 20
   "lesinrocks" => "LesInrocks.fr",
21 21
   "liberation" => "Liberation.fr",
22
-  "lobs" => "L'Obs",
23 22
   "numerama" => "Numerama",
24 23
   "slatefr" => "Slate.fr",
25 24
   "vicefr" => "Vice.fr"
... ...
@@ -31,7 +30,6 @@ $array_url=array(
31 30
   "lemonde" => NEWS_RSS_LEMONDE,
32 31
   "lesinrocks" => NEWS_RSS_LESINROCKS,
33 32
   "liberation" => NEWS_RSS_LIBERATION,
34
-  "lobs" => NEWS_RSS_LOBS,
35 33
   "numerama" => NEWS_RSS_NUMERAMA,
36 34
   "slatefr" => NEWS_RSS_SLATEFR,
37 35
   "vicefr" => NEWS_RSS_VICEFR