-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathdefault_home_layout.json
64 lines (64 loc) · 1.35 KB
/
default_home_layout.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
[
{
"title": "Subscriptions",
"apiType": "Invidious",
"endpoint": "auth_feed"
},
{
"title": "Trending",
"apiType": "Invidious",
"endpoint": "trending"
},
{
"title": "Trending - Music",
"apiType": "Invidious",
"endpoint": "trending",
"queryParams": {
"type": "Music"
}
},
{
"title": "Trending - Gaming",
"apiType": "Invidious",
"endpoint": "trending",
"queryParams": {
"type": "Gaming"
}
},
{
"title": "Trending - Movies",
"apiType": "Invidious",
"endpoint": "trending",
"queryParams": {
"type": "Movies"
}
},
{
"title": "Popular",
"apiType": "Invidious",
"endpoint": "popular"
},
{
"title": "Funny",
"apiType": "Invidious",
"endpoint": "search",
"queryParams": {
"q": "Funny",
"sort_by": "upload_date"
}
},
{
"title": "News",
"apiType": "Invidious",
"endpoint": "search",
"queryParams": {
"q": "News",
"sort_by": "upload_date"
}
},
{
"title": "Playlist - %title% (%videoCount%)",
"apiType": "Invidious",
"endpoint": "playlists"
}
]