Links to rss feeds in rules list
parent
51fe6ce81b
commit
2a146f1a36
9
rules
9
rules
|
@ -1,14 +1,23 @@
|
||||||
LeMonde
|
LeMonde
|
||||||
|
http://www.lemonde.fr/rss/une.xml
|
||||||
//*[contains(@class,'article') or contains(@id,'content')]
|
//*[contains(@class,'article') or contains(@id,'content')]
|
||||||
|
|
||||||
TehranTimes
|
TehranTimes
|
||||||
|
http://www.tehrantimes.com/component/ninjarsssyndicator/?feed_id=1&format=raw
|
||||||
//div[@class='article-indent']
|
//div[@class='article-indent']
|
||||||
|
|
||||||
BBC
|
BBC
|
||||||
|
http://feeds.bbci.co.uk/news/rss.xml
|
||||||
//h1/..
|
//h1/..
|
||||||
|
|
||||||
FranceInfo
|
FranceInfo
|
||||||
|
http://www.franceinfo.fr/rss.xml
|
||||||
//h2[@class='chapo']/..
|
//h2[@class='chapo']/..
|
||||||
|
|
||||||
Courrier International
|
Courrier International
|
||||||
|
http://www.courrierinternational.com/rss/all/rss.xml
|
||||||
//div[@class='story-content']
|
//div[@class='story-content']
|
||||||
|
|
||||||
|
Spiegel
|
||||||
|
http://www.spiegel.de/schlagzeilen/tops/index.rss
|
||||||
|
//div[@id='spArticleSection']
|
||||||
|
|
Loading…
Reference in New Issue