This commit is contained in:
FongMi 2023-07-11 12:46:09 +08:00
parent ef3018d879
commit 7d4713fe39
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
{ {
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;bdaba6bfae7ce2c142343af8e9731c4d", "spider": "https://fongmi.cachefly.net/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;bdaba6bfae7ce2c142343af8e9731c4d",
"wallpaper": "https://gao.chuqiuyu.tk", "wallpaper": "https://gao.chuqiuyu.tk",
"sites": [ "sites": [
{ {

View File

@ -1,5 +1,5 @@
{ {
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;bdaba6bfae7ce2c142343af8e9731c4d", "spider": "https://fongmi.cachefly.net/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;bdaba6bfae7ce2c142343af8e9731c4d",
"wallpaper": "http://饭太硬.top/深色壁纸/api.php", "wallpaper": "http://饭太硬.top/深色壁纸/api.php",
"sites": [ "sites": [
{ {
@ -17,7 +17,7 @@
"api": "csp_AList", "api": "csp_AList",
"searchable": 1, "searchable": 1,
"changeable": 0, "changeable": 0,
"ext": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/json/alist.json" "ext": "https://fongmi.cachefly.net/FongMi/CatVodSpider/main/json/alist.json"
}, },
{ {
"key": "WebDAV", "key": "WebDAV",
@ -26,7 +26,7 @@
"api": "csp_WebDAV", "api": "csp_WebDAV",
"searchable": 1, "searchable": 1,
"changeable": 0, "changeable": 0,
"ext": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/json/webdav.json" "ext": "https://fongmi.cachefly.net/FongMi/CatVodSpider/main/json/webdav.json"
}, },
{ {
"key": "哔哩", "key": "哔哩",
@ -63,7 +63,7 @@
"api": "csp_XPathMacFilter", "api": "csp_XPathMacFilter",
"searchable": 1, "searchable": 1,
"changeable": 1, "changeable": 1,
"ext": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/json/duboku.json" "ext": "https://fongmi.cachefly.net/FongMi/CatVodSpider/main/json/duboku.json"
}, },
{ {
"key": "傢伙", "key": "傢伙",

View File

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