From 089113fbe48798d0c116806a1992223c3ba1ac66 Mon Sep 17 00:00:00 2001 From: lushunming <1357197829@qq.com> Date: Thu, 27 Nov 2025 11:29:35 +0800 Subject: [PATCH] =?UTF-8?q?uc=E5=92=8Cquark=E7=A9=BA=E6=8C=87=E9=92=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/java/com/github/catvod/api/UCApi.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/com/github/catvod/api/UCApi.java b/app/src/main/java/com/github/catvod/api/UCApi.java index 7d5d1d01..2584af82 100644 --- a/app/src/main/java/com/github/catvod/api/UCApi.java +++ b/app/src/main/java/com/github/catvod/api/UCApi.java @@ -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(); }