-
Notifications
You must be signed in to change notification settings - Fork 0
/
websites.json
44 lines (44 loc) · 1.45 KB
/
websites.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
38
39
40
41
42
43
44
{
"The Guardian-International": {
"rss": "https://www.theguardian.com/uk/technology/rss",
"main_class": "article-body-commercial-selector article-body-viewer-selector dcr-bjn8wh",
"number_of_first_paragraphs_to_ignore": 0,
"number_of_last_paragraphs_to_ignore": 0
},
"The Verge": {
"rss": "https://www.theverge.com/rss/index.xml",
"main_class": "c-entry-content",
"number_of_first_paragraphs_to_ignore": 0,
"number_of_last_paragraphs_to_ignore": 0
},
"Wired UK": {
"rss": "https://www.wired.co.uk/rss/article",
"main_class": "grid--item body body__container article__body grid-layout__content",
"number_of_first_paragraphs_to_ignore": 0,
"number_of_last_paragraphs_to_ignore": 6
},
"Politico": {
"rss": "https://www.politico.eu/feed/",
"main_class": "article__content",
"number_of_first_paragraphs_to_ignore": 5,
"number_of_last_paragraphs_to_ignore": 0
},
"Financial hacker": {
"rss": "https://financial-hacker.com/feed/",
"main_class": "entry-content",
"number_of_first_paragraphs_to_ignore": 1,
"number_of_last_paragraphs_to_ignore": 0
},
"Hacker noon": {
"rss": "https://hackernoon.com/feed",
"main_class": "paragraph",
"number_of_first_paragraphs_to_ignore": 0,
"number_of_last_paragraphs_to_ignore": 0
},
"Ars Technica": {
"rss": "http://feeds.arstechnica.com/arstechnica/index",
"main_class": "article-content post-page",
"number_of_first_paragraphs_to_ignore": 0,
"number_of_last_paragraphs_to_ignore": 0
}
}