Update config.json

This commit is contained in:
FongMi 2023-10-17 18:41:09 +08:00
parent c71a330b3b
commit b25a29b162
3 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
{
"spider": "https://fongmi.cachefly.net/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;8a9d215c9f79d7e5ce9e223b40ed81e8",
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;8a9d215c9f79d7e5ce9e223b40ed81e8",
"wallpaper": "https://gao.chuqiuyu.tk",
"sites": [
{
@ -74,7 +74,7 @@
"key": "18A貓",
"name": "18A貓",
"type": 3,
"api": "https://fongmi.cachefly.net/FongMi/CatVodOpen/main/open/18a_open.js",
"api": "https://raw.githubusercontent.com/FongMi/CatVodOpen/main/open/18a_open.js",
"searchable": 1,
"style": {
"type": "rect",

View File

@ -1,5 +1,5 @@
{
"spider": "https://fongmi.cachefly.net/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;8a9d215c9f79d7e5ce9e223b40ed81e8",
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;8a9d215c9f79d7e5ce9e223b40ed81e8",
"wallpaper": "http://饭太硬.top/深色壁纸/api.php",
"sites": [
{
@ -27,7 +27,7 @@
"changeable": 0,
"ext": {
"token": "影視天下第一",
"filter": "https://fongmi.cachefly.net/FongMi/CatVodSpider/main/json/wogg.json"
"filter": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/json/wogg.json"
}
},
{
@ -37,7 +37,7 @@
"api": "csp_Jianpian",
"searchable": 1,
"changeable": 1,
"ext": "https://fongmi.cachefly.net/FongMi/CatVodSpider/main/json/jianpian.json"
"ext": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/json/jianpian.json"
},
{
"key": "獨播",
@ -46,13 +46,13 @@
"api": "csp_XPathMacFilter",
"searchable": 1,
"changeable": 1,
"ext": "https://fongmi.cachefly.net/FongMi/CatVodSpider/main/json/duboku.json"
"ext": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/json/duboku.json"
},
{
"key": "五五",
"name": "五五",
"type": 3,
"api": "https://fongmi.cachefly.net/FongMi/CatVodOpen/main/open/555dy_open.js",
"api": "https://raw.githubusercontent.com/FongMi/CatVodOpen/main/open/555dy_open.js",
"searchable": 1,
"changeable": 1
},
@ -166,7 +166,7 @@
"ratio": 1.433
},
"ext": {
"json": "https://fongmi.cachefly.net/FongMi/CatVodSpider/main/json/bili.json",
"json": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/json/bili.json",
"type": "帕梅拉#太极拳#广场舞#演唱会",
"cookie": ""
}
@ -198,7 +198,7 @@
"api": "csp_AList",
"searchable": 1,
"changeable": 0,
"ext": "https://fongmi.cachefly.net/FongMi/CatVodSpider/main/json/alist.json"
"ext": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/json/alist.json"
},
{
"key": "WebDAV",
@ -207,7 +207,7 @@
"api": "csp_WebDAV",
"searchable": 1,
"changeable": 0,
"ext": "https://fongmi.cachefly.net/FongMi/CatVodSpider/main/json/webdav.json"
"ext": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/json/webdav.json"
},
{
"key": "七夜",

View File

@ -51,7 +51,7 @@ public class Live {
for (Group group : groups) {
for (Channel channel : group.getChannel()) {
channel.number(String.format(Locale.getDefault(), "%03d", ++number));
channel.logo("https://fongmi.cachefly.net/FongMi/TV/release/app/src/main/res/drawable-xxhdpi/ic_img_empty.png");
channel.logo("https://raw.githubusercontent.com/FongMi/TV/release/app/src/main/res/drawable-xxhdpi/ic_img_empty.png");
combine(channel);
}
}