diff --git a/app/src/main/java/com/github/catvod/spider/QiLeSo.java b/app/src/main/java/com/github/catvod/spider/QiLeSo.java index 1bb9c06a..6a720c4d 100644 --- a/app/src/main/java/com/github/catvod/spider/QiLeSo.java +++ b/app/src/main/java/com/github/catvod/spider/QiLeSo.java @@ -2,6 +2,7 @@ package com.github.catvod.spider; import com.github.catvod.bean.Result; import com.github.catvod.bean.Vod; +import com.github.catvod.crawler.SpiderDebug; import com.github.catvod.net.OkHttp; import com.github.catvod.utils.Util; @@ -37,7 +38,9 @@ public class QiLeSo extends Cloud { String html = OkHttp.string(shareUrl.get(0), getHeader()); Document doc = Jsoup.parse(html); Element elements = doc.selectFirst("#body > div > div.thread-body > div.thread-content.message.break-all > p > a"); - return super.detailContent(List.of(elements.attr("href"))); + String result=super.detailContent(List.of(elements.attr("href"))); + SpiderDebug.log("qileso detail:"+result); + return result; } @Override @@ -55,6 +58,7 @@ public class QiLeSo extends Cloud { list.add(new Vod(id, name, "")); } + SpiderDebug.log("qileso searchContent:"+Result.string(list)); return Result.string(list); } diff --git a/jar/custom_spider.jar b/jar/custom_spider.jar index e7fbd69b..a9d93238 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 7b25e23d..8a76dfc1 100644 --- a/jar/custom_spider.jar.md5 +++ b/jar/custom_spider.jar.md5 @@ -1 +1 @@ -8f61ab103fed5a968d8232da29a67a76 +49707ea777c8f1a3c7d64bc5d35a931e diff --git a/json/index.json b/json/index.json index 7f255e46..e0ab9458 100644 --- a/json/index.json +++ b/json/index.json @@ -1,5 +1,5 @@ { - "spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;8f61ab103fed5a968d8232da29a67a76", + "spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;49707ea777c8f1a3c7d64bc5d35a931e", "lives": [ { "name": "直播", diff --git a/json/index1.json b/json/index1.json index 76d58670..1b048a9c 100644 --- a/json/index1.json +++ b/json/index1.json @@ -1,5 +1,5 @@ { - "spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;8f61ab103fed5a968d8232da29a67a76", + "spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;49707ea777c8f1a3c7d64bc5d35a931e", "lives": [ { "name": "直播ipv6", diff --git a/json/index2.json b/json/index2.json index 5d24d60d..810564d1 100644 --- a/json/index2.json +++ b/json/index2.json @@ -1,5 +1,5 @@ { - "spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;8f61ab103fed5a968d8232da29a67a76", + "spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;49707ea777c8f1a3c7d64bc5d35a931e", "lives": [ { "name": "直播ipv6",