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 +}