From 0acadb4f7ada7d200818975c35531a80c175c6c1 Mon Sep 17 00:00:00 2001 From: nikolin601 <76394646+nikolin601@users.noreply.github.com> Date: Thu, 27 Oct 2022 23:16:21 +0800 Subject: [PATCH] Update Proxy.java --- app/src/main/java/com/github/catvod/spider/Proxy.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/src/main/java/com/github/catvod/spider/Proxy.java b/app/src/main/java/com/github/catvod/spider/Proxy.java index 4c5637d..d3d987b 100644 --- a/app/src/main/java/com/github/catvod/spider/Proxy.java +++ b/app/src/main/java/com/github/catvod/spider/Proxy.java @@ -53,8 +53,7 @@ public class Proxy extends Spider { ByteArrayInputStream baos = new ByteArrayInputStream("ok".getBytes("UTF-8")); result[2] = baos; return result; - } else if (what.equals("ali")||what.equals("push")) { - return PushAgent.vod(params); + } else if (what.equals("czspp")) { return Czsapp.loadsub(params.get("url")); } @@ -63,4 +62,4 @@ public class Proxy extends Spider { return null; } -} \ No newline at end of file +}