From 55e15994d658f9c5221ae80fe2661517a00a97f2 Mon Sep 17 00:00:00 2001 From: dlgt7 <102397160+dlgt7@users.noreply.github.com> Date: Sat, 8 Oct 2022 17:11:05 +0800 Subject: [PATCH] Update Proxy.java --- app/src/main/java/com/github/catvod/spider/Proxy.java | 4 ++-- 1 file changed, 2 insertions(+), 2 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 e09f12e..02a622f 100644 --- a/app/src/main/java/com/github/catvod/spider/Proxy.java +++ b/app/src/main/java/com/github/catvod/spider/Proxy.java @@ -59,8 +59,8 @@ public class Proxy extends Spider { return PushAgent.vod(params); } else if (what.equals("kmys")) { return Kmys.vod(params); - } else if (what.equals("Dy1010")) { - return Dy1010.vod(params); + } else if (what.equals("Jianying")) { + return Jianying.vod(params); } else if (what.equals("ali")) { return PushAgent.vod(params); } else if (what.equals("czspp")) {