From c3d8fc679cdcff6791cf1116991c9f6826862413 Mon Sep 17 00:00:00 2001 From: dlgt7 <102397160+dlgt7@users.noreply.github.com> Date: Sat, 8 Oct 2022 16:55:20 +0800 Subject: [PATCH] Update Proxy.java --- app/src/main/java/com/github/catvod/spider/Proxy.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 93f073b..5fcd41f 100644 --- a/app/src/main/java/com/github/catvod/spider/Proxy.java +++ b/app/src/main/java/com/github/catvod/spider/Proxy.java @@ -59,7 +59,9 @@ public class Proxy extends Spider { return PushAgent.vod(params); } else if (what.equals("kmys")) { return Kmys.vod(params); - } else if (what.equals("ali")) { + } else if (what.equals("kansj")) { + return kansj.vod(params); + } else if (what.equals("ali")) { return PushAgent.vod(params); } else if (what.equals("czspp")) { return Czsapp.loadsub(params.get("url"));