网盘bug
This commit is contained in:
parent
db69e39fdc
commit
764548f68b
|
|
@ -2,6 +2,7 @@ package com.github.catvod.spider;
|
||||||
|
|
||||||
import com.github.catvod.bean.Result;
|
import com.github.catvod.bean.Result;
|
||||||
import com.github.catvod.bean.Vod;
|
import com.github.catvod.bean.Vod;
|
||||||
|
import com.github.catvod.crawler.SpiderDebug;
|
||||||
import com.github.catvod.net.OkHttp;
|
import com.github.catvod.net.OkHttp;
|
||||||
import com.github.catvod.utils.Util;
|
import com.github.catvod.utils.Util;
|
||||||
|
|
||||||
|
|
@ -37,7 +38,9 @@ public class QiLeSo extends Cloud {
|
||||||
String html = OkHttp.string(shareUrl.get(0), getHeader());
|
String html = OkHttp.string(shareUrl.get(0), getHeader());
|
||||||
Document doc = Jsoup.parse(html);
|
Document doc = Jsoup.parse(html);
|
||||||
Element elements = doc.selectFirst("#body > div > div.thread-body > div.thread-content.message.break-all > p > a");
|
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
|
@Override
|
||||||
|
|
@ -55,6 +58,7 @@ public class QiLeSo extends Cloud {
|
||||||
list.add(new Vod(id, name, ""));
|
list.add(new Vod(id, name, ""));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SpiderDebug.log("qileso searchContent:"+Result.string(list));
|
||||||
|
|
||||||
return Result.string(list);
|
return Result.string(list);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
8f61ab103fed5a968d8232da29a67a76
|
49707ea777c8f1a3c7d64bc5d35a931e
|
||||||
|
|
|
||||||
|
|
@ -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": [
|
"lives": [
|
||||||
{
|
{
|
||||||
"name": "直播",
|
"name": "直播",
|
||||||
|
|
|
||||||
|
|
@ -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": [
|
"lives": [
|
||||||
{
|
{
|
||||||
"name": "直播ipv6",
|
"name": "直播ipv6",
|
||||||
|
|
|
||||||
|
|
@ -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": [
|
"lives": [
|
||||||
{
|
{
|
||||||
"name": "直播ipv6",
|
"name": "直播ipv6",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue