-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrss.json
77 lines (77 loc) · 2.35 KB
/
rss.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
{
"name": "TabHub Rss Manifest",
"version": "1.0",
"repo": "https://github.com/tabhub/rss-manifest",
"type": "resource",
"items": [
{
"name": "GitHub Developer",
"type": "rss",
"url": "https://developer.github.com/changes.atom"
},
{
"name": "北京空气质量",
"type": "rss",
"background_style": "#f1f3f5",
"url": "https://rsshub.app/aqicn/beijing"
},
{
"name": "北京疫情",
"type": "tabhub-app",
"background_style": "#F9565B",
"url": "https://news.qq.com/zt2020/page/feiyan.htm#/area?pool=bj&ADTAG=wxkyk&nojump=2&style=1&channelId="
},
{
"name": "B站每周必看",
"type": "rss",
"background_style": "#778463",
"url": "https://raw.githubusercontent.com/tabhub/rss-manifest/master/weekly.xml"
},
{
"name": "Bilibili 排行榜",
"type": "rss",
"background_style": "#69DCD1",
"url": "https://rsshub.app/bilibili/ranking/0/3/1"
},
{
"name": "Bilibili 纪录片",
"type": "rss",
"url": "https://rsshub.app/bilibili/partion/177"
},
{
"name": "Bilibili 电影",
"type": "rss",
"url": "https://rsshub.app/bilibili/partion/23"
},
{
"name": "富途牛牛",
"type": "rss",
"url": "https://rsshub.app/futunn/highlights"
},
{
"name": "新浪财经",
"type": "rss",
"url": "https://rsshub.app/sina/finance"
},
{
"name": "HackNews",
"type": "rss",
"url": "https://rsshub.app/hackernews/best/story"
},
{
"name": "HackNews Daily",
"type": "rss",
"url": "https://raw.githubusercontent.com/tabhub/rss-feeds/main/data/hn-daily/latest.xml"
},
{
"name": "Perl Weekly",
"type": "rss",
"url": "https://raw.githubusercontent.com/tabhub/rss-feeds/main/data/perl-weekly/latest.xml"
},
{
"name": "The New York Times",
"type": "rss",
"url": "https://rsshub.app/nytimes/dual"
}
]
}