-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrssole.json
126 lines (126 loc) · 3.05 KB
/
rssole.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"config": {
"listen": "0.0.0.0:8090",
"update_seconds": 900
},
"feeds": [
{
"url": "https://github.com/TheMightyGit/rssole/releases.atom",
"category": "Github Releases"
},
{
"url": "https://github.com/hajimehoshi/ebiten/releases.atom",
"category": "Github Releases"
},
{
"url": "https://news.ycombinator.com/rss",
"category": "Nerd"
},
{
"url": "https://xkcd.com/rss.xml",
"category": "Nerd"
},
{
"url": "http://feeds.bbci.co.uk/news/rss.xml",
"category": "General News"
},
{
"url": "https://www.rockpapershotgun.com/feed",
"category": "Games"
},
{
"url": "https://gamedev.stackexchange.com/feeds",
"category": "GameDev"
},
{
"url": "https://gamedev.net/articles/feed",
"category": "GameDev"
},
{
"url": "https://www.gamesindustry.biz/feed/news",
"category": "GameDev"
},
{
"url": "https://www.phoronix.com/rss.php",
"category": "Nerd"
},
{
"url": "https://mas.to/@curiousordinary.rss",
"category": "Mastodon"
},
{
"url": "https://mstdn.social/@TheMightyGit.rss",
"category": "Mastodon"
},
{
"url": "https://rss.slashdot.org/Slashdot/slashdotMain",
"category": "Nerd"
},
{
"url": "https://www.theregister.com/headlines.atom",
"category": "Nerd"
},
{
"url": "https://go.dev/blog/feed.atom?format=xml",
"category": "Golang"
},
{
"url": "https://godotengine.org/rss.xml",
"category": "GameDev"
},
{
"url": "https://feeds.feedburner.com/TheDailyWtf",
"category": "Funny"
},
{
"url": "https://store.steampowered.com/feeds/news/app/1675200/",
"name": "Steam Deck News Hub",
"category": "Games"
},
{
"url": "https://www.pcgamer.com/uk/news/",
"name": "PCGamer News",
"category": "Games",
"scrape": {
"urls": [
"https://www.pcgamer.com/uk/news/",
"https://www.pcgamer.com/uk/news/page/2/",
"https://www.pcgamer.com/uk/news/page/3/"
],
"item": ".listingResult",
"title": ".article-name",
"link": ".article-link"
}
},
{
"url": "https://www.pcgamer.com/uk/reviews/",
"name": "PCGamer Reviews",
"category": "Games",
"scrape": {
"urls": [
"https://www.pcgamer.com/uk/reviews/",
"https://www.pcgamer.com/uk/reviews/page/2/",
"https://www.pcgamer.com/uk/reviews/page/3/"
],
"item": ".listingResult",
"title": ".article-name",
"link": ".article-link"
}
},
{
"url": "https://www.iflscience.com/rss/ifls-latest-rss.xml",
"category": "Nerd"
},
{
"url": "https://hackaday.com/blog/feed/",
"category": "Nerd"
},
{
"url": "https://www.youtube.com/feeds/videos.xml?channel_id=UCgye4RmWOR8AmleinMxgbYw",
"category": "YouTube"
},
{
"url": "https://movieweb.com/feed/"
}
]
}