diff --git a/json/adult.json b/json/adult.json index 5c7700fc..9595b15e 100644 --- a/json/adult.json +++ b/json/adult.json @@ -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", diff --git a/json/config.json b/json/config.json index 346ec7e9..d47b73d2 100644 --- a/json/config.json +++ b/json/config.json @@ -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": "七夜", diff --git a/tools/src/main/java/com/fongmi/tools/Live.java b/tools/src/main/java/com/fongmi/tools/Live.java index 72d4eaf0..2c65dd06 100644 --- a/tools/src/main/java/com/fongmi/tools/Live.java +++ b/tools/src/main/java/com/fongmi/tools/Live.java @@ -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); } }