diff --git a/app/src/main/java/com/github/catvod/bean/upyun/Data.java b/app/src/main/java/com/github/catvod/bean/upyun/Data.java index 2be8ca94..dc144533 100644 --- a/app/src/main/java/com/github/catvod/bean/upyun/Data.java +++ b/app/src/main/java/com/github/catvod/bean/upyun/Data.java @@ -3,6 +3,7 @@ package com.github.catvod.bean.upyun; import com.google.gson.Gson; import com.google.gson.annotations.SerializedName; +import java.util.Collections; import java.util.List; public class Data { @@ -17,10 +18,10 @@ public class Data { } public Data getResult() { - return result; + return result == null ? new Data() : result; } public List getItems() { - return items; + return items == null ? Collections.emptyList() : items; } } diff --git a/jar/custom_spider.jar b/jar/custom_spider.jar index 655f9158..15befe04 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 9b665803..dff12a1d 100644 --- a/jar/custom_spider.jar.md5 +++ b/jar/custom_spider.jar.md5 @@ -1 +1 @@ -f39892c6cd9bc26eff6ad16ca21742c2 +df15e978327964a64d1b53511c33be91 diff --git a/json/adult.json b/json/adult.json index 524a7a82..a9205769 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;f39892c6cd9bc26eff6ad16ca21742c2", + "spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;df15e978327964a64d1b53511c33be91", "wallpaper": "https://gao.chuqiuyu.tk", "lives": [ { diff --git a/json/config.json b/json/config.json index 02077abc..02f12c02 100644 --- a/json/config.json +++ b/json/config.json @@ -1,5 +1,5 @@ { - "spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;f39892c6cd9bc26eff6ad16ca21742c2", + "spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;df15e978327964a64d1b53511c33be91", "wallpaper": "http://www.kf666888.cn/api/tvbox/img", "lives": [ {