diff --git a/app/src/main/java/com/github/catvod/crawler/Spider.java b/app/src/main/java/com/github/catvod/crawler/Spider.java index 7ad3f50a..67ebed5a 100644 --- a/app/src/main/java/com/github/catvod/crawler/Spider.java +++ b/app/src/main/java/com/github/catvod/crawler/Spider.java @@ -37,4 +37,12 @@ public abstract class Spider { public String playerContent(String flag, String id, List vipFlags) throws Exception { return ""; } + + public boolean manualVideoCheck() { + return false; + } + + public boolean isVideoFormat(String url) { + return false; + } } diff --git a/jar/custom_spider.jar b/jar/custom_spider.jar index 38ffc9f7..1bfb4c11 100644 Binary files a/jar/custom_spider.jar and b/jar/custom_spider.jar differ diff --git a/jar/custom_spider.jar.md5 b/jar/custom_spider.jar.md5 index b58a57f9..bde1ce18 100644 --- a/jar/custom_spider.jar.md5 +++ b/jar/custom_spider.jar.md5 @@ -1 +1 @@ -279424aa7be0e38dbd884daf8913c1d4 +4afbcea55791f6a2b1c8ac89745eca68 diff --git a/json/adult.json b/json/adult.json index 31abd986..3f095bbe 100644 --- a/json/adult.json +++ b/json/adult.json @@ -1,5 +1,5 @@ { - "spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;279424aa7be0e38dbd884daf8913c1d4", + "spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;4afbcea55791f6a2b1c8ac89745eca68", "wallpaper": "https://gao.chuqiuyu.tk", "lives": [ { diff --git a/json/config.json b/json/config.json index bda870f3..888d8966 100644 --- a/json/config.json +++ b/json/config.json @@ -1,16 +1,9 @@ { - "spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;279424aa7be0e38dbd884daf8913c1d4", + "spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;4afbcea55791f6a2b1c8ac89745eca68", "wallpaper": "http://www.kf666888.cn/api/tvbox/img", "lives": [ { "name": "直播", - "type": 0, - "url": "http://home.jundie.top:81/Cat/tv/live.txt", - "epg": "https://epg.112114.xyz/?ch={name}&date={date}", - "logo": "https://epg.112114.xyz/logo/{name}.png" - }, - { - "name": "測試", "type": 1, "url": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/json/live.json", "epg": "http://epg.51zmt.top:8000/api/diyp/?ch={epg}&date={date}",