-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathNewsPapers.json
37 lines (37 loc) · 1022 Bytes
/
NewsPapers.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"bbc": {
"rss": "http://feeds.bbci.co.uk/news/rss.xml",
"link": "http://www.bbc.com/"
},
"breitbart": {
"link": "http://www.breitbart.com/"
},
"cnn": {
"rss": "http://rss.cnn.com/rss/edition.rss",
"link": "http://edition.cnn.com/"
},
"foxnews": {
"rss": "http://feeds.foxnews.com/foxnews/latest",
"link": "http://www.foxnews.com/"
},
"nytimes_frontpage": {
"link": "https://nytimes.com/",
"rss": "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml"
},
"nytimes_international": {
"link": "https://nytimes.com/",
"rss": "https://rss.nytimes.com/services/xml/rss/nyt/World.xml"
},
"theguardian": {
"rss": "https://www.theguardian.com/uk/rss",
"link": "https://www.theguardian.com/international"
},
"washingtonpost": {
"rss": "http://feeds.washingtonpost.com/rss/world",
"link": "https://www.washingtonpost.com/"
},
"wsj": {
"rss": "https://feeds.a.dj.com/rss/RSSWorldNews.xml",
"link": "https://www.wsj.com"
}
}