139原画多线程

This commit is contained in:
lushunming 2025-07-08 11:57:17 +08:00
parent 01afad7c4f
commit e29f61d9b6
5 changed files with 4 additions and 4 deletions

View File

@ -175,7 +175,7 @@ public class TianyiApi {
header.put("Cookie", cookieJar.loadForRequest("https://cloud.189.cn/api/portal/getNewVlcVideoPlayUrl.action")); header.put("Cookie", cookieJar.loadForRequest("https://cloud.189.cn/api/portal/getNewVlcVideoPlayUrl.action"));
return Result.get().url(ProxyVideo.buildCommonProxyUrl(playUrl, new HashMap<>())).octet().header(header).string(); return Result.get().url(ProxyVideo.buildCommonProxyUrl(playUrl, header)).octet().header(header).string();
} }

View File

@ -307,7 +307,7 @@ public class YunDrive {
String linkID = split[1]; String linkID = split[1];
playUrl = YunDrive.get().fetchPlayUrl(contentId, linkID); playUrl = YunDrive.get().fetchPlayUrl(contentId, linkID);
} }
return Result.get().url(ProxyVideo.buildCommonProxyUrl(playUrl, getHeader())).octet().header(getHeader()).string(); return Result.get().url(ProxyVideo.buildCommonProxyUrl(playUrl, new HashMap<>())).octet().header(getHeader()).string();
} }
} }

Binary file not shown.

View File

@ -1 +1 @@
34e0bbbf2302136b303ab0390e5cb3f4 167365a584618d820c96a12fac7909b5

View File

@ -1,5 +1,5 @@
{ {
"spider": "https://andoridspidermt.netlify.app/jar/custom_spider.jar;md5;34e0bbbf2302136b303ab0390e5cb3f4", "spider": "https://andoridspidermt.netlify.app/jar/custom_spider.jar;md5;167365a584618d820c96a12fac7909b5",
"lives": [ "lives": [
{ {
"name": "电视直播", "name": "电视直播",