Create leanback_ajax

This commit is contained in:
TheErrorExe 2025-07-03 14:49:43 +00:00 committed by GitHub
parent 9155cb0359
commit 27cd32f975
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

44
leanback_ajax Normal file
View File

@ -0,0 +1,44 @@
{
"sets": [
{
"title": "Trending",
"list_id": "trending",
"video_count": 50,
"thumbnail": "http://new.old.errexe.xyz/dl/trending.jpg",
"gdata_list_id": "Trending",
"gdata_url": "http://new.old.errexe.xyz/trending"
},
{
"title": "Music",
"list_id": "music",
"video_count": 25,
"thumbnail": "http://new.old.errexe.xyz/dl/music.jpg",
"gdata_list_id": "Music",
"gdata_url": "http://new.old.errexe.xyz/music"
},
{
"title": "Gaming",
"list_id": "gaming",
"video_count": 25,
"thumbnail": "http://new.old.errexe.xyz/dl/gaming.jpg",
"gdata_list_id": "Gaming",
"gdata_url": "http://new.old.errexe.xyz/gaming"
},
{
"title": "Sports",
"list_id": "sports",
"video_count": 25,
"thumbnail": "http://new.old.errexe.xyz/dl/sports.jpg",
"gdata_list_id": "Sports",
"gdata_url": "http://new.old.errexe.xyz/sports"
},
{
"title": "News",
"list_id": "news",
"video_count": 25,
"thumbnail": "http://new.old.errexe.xyz/dl/news.jpg",
"gdata_list_id": "News",
"gdata_url": "http://new.old.errexe.xyz/news"
}
]
}