-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbilibili.json
73 lines (72 loc) · 1.29 KB
/
bilibili.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
{
"class": [
{
"type_name": "推荐",
"type_id": "recm"
},
{
"type_name": "热门",
"type_id": "hot"
},
{
"type_name": "观看历史",
"type_id": "his"
},
{
"type_name": "全区排行",
"type_id": "rank"
},
{
"type_name": "全区排行(汽车)",
"type_id": "carRank"
},
{
"type_name": "全区排行(科技)",
"type_id": "kejiRank"
},
{
"type_name": "自驾游",
"type_id": "自驾游"
},
{
"type_name": "美食",
"type_id": "美食"
},
{
"type_name": "食谱",
"type_id": "食谱"
},
{
"type_name": "汽车",
"type_id": "汽车测评"
},
{
"type_name": "数码",
"type_id": "手机测评"
},
{
"type_name": "健身",
"type_id": "健身"
},
{
"type_name": "舞蹈",
"type_id": "舞蹈"
},
{
"type_name": "电影",
"type_id": "电影"
},
{
"type_name": "电视剧",
"type_id": "电视剧"
},
{
"type_name": "演唱会",
"type_id": "演唱会"
},
{
"type_name": "动物世界",
"type_id": "动物世界"
}
]
}