Showing 1 changed files with 0 additions and 6 deletions
-6
sources/rss.php
... ...
@@ -8,8 +8,6 @@ define('NEWS_RSS_VICEFR', 'https://www.vice.com/fr/rss');
8 8
 define('NEWS_RSS_LESINROCKS', 'https://www.lesinrocks.com/feeds/feed-a-la-une/');
9 9
 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
-define('NEWS_RSS_LEPOINTFR', 'http://www.lepoint.fr/24h-infos/rss.xml');
12
-define('NEWS_RSS_LEXPRESSFR', 'https://www.lexpress.fr/rss/alaune.xml');
13 11
 define('NEWS_RSS_FRANCEINFO', 'https://www.francetvinfo.fr/titres.rss');
14 12
 define('NEWS_RSS_CONSPIRACY', 'http://www.conspiracywatch.info/feed');
15 13
 
... ...
@@ -19,8 +17,6 @@ $array_title=array(
19 17
   "slatefr" => "Slate.fr",
20 18
   "numerama" => "Numerama",
21 19
   "huffingtonpostfr" => "HuffingtonPost.fr",
22
-  "lepointfr" => "LePoint.fr",
23
-  "lexpressfr" => "L'Express.fr",
24 20
   "vicefr" => "Vice.fr",
25 21
   "franceinfo" => "FranceInfo",
26 22
   "lesinrocks" => "LesInrocks.fr",
... ...
@@ -32,8 +28,6 @@ $array_url=array(
32 28
   "slatefr" => NEWS_RSS_SLATEFR,
33 29
   "numerama" => NEWS_RSS_NUMERAMA,
34 30
   "huffingtonpostfr" => NEWS_RSS_HUFFINGTONPOSTFR,
35
-  "lepointfr" => NEWS_RSS_LEPOINTFR,
36
-  "lexpressfr" => NEWS_RSS_LEXPRESSFR,
37 31
   "vicefr" => NEWS_RSS_VICEFR,
38 32
   "franceinfo" => NEWS_RSS_FRANCEINFO,
39 33
   "lesinrocks" => NEWS_RSS_LESINROCKS,