139原画多线程
This commit is contained in:
parent
01afad7c4f
commit
e29f61d9b6
|
|
@ -175,7 +175,7 @@ public class TianyiApi {
|
|||
|
||||
|
||||
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();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -307,7 +307,7 @@ public class YunDrive {
|
|||
String linkID = split[1];
|
||||
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.
|
|
@ -1 +1 @@
|
|||
34e0bbbf2302136b303ab0390e5cb3f4
|
||||
167365a584618d820c96a12fac7909b5
|
||||
|
|
|
|||
|
|
@ -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": [
|
||||
{
|
||||
"name": "电视直播",
|
||||
|
|
|
|||
Loading…
Reference in New Issue