uc和quark空指针

This commit is contained in:
lushunming 2025-11-27 11:29:35 +08:00
parent 8a8991f03f
commit 089113fbe4
1 changed files with 2 additions and 2 deletions

View File

@ -227,12 +227,12 @@ public class UCApi {
header.remove("Host");
header.remove("Content-Type");
/* //UCTV 可以直接播放不需要代理
//UCTV 可以直接播放不需要代理
if (testVideo(playUrl)) {
SpiderDebug.log("UCTV 可以直接播放,不需要代理" );
return Result.get().url(playUrl).string();
}*/
}
return Result.get().url(ProxyServer.INSTANCE.buildProxyUrl(playUrl, new HashMap<>())).string();
}