From 38e7128c4b879241b639b72ef9b24ed9a987e7cd Mon Sep 17 00:00:00 2001 From: yangqiang3504 <412594121@qq.com> Date: Thu, 8 Sep 2022 17:07:31 +0800 Subject: [PATCH] add - yisoop --- .../main/java/com/github/catvod/spider/PushAgent.java | 10 ---------- app/src/main/java/com/github/catvod/utils/Misc.java | 4 ++-- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/app/src/main/java/com/github/catvod/spider/PushAgent.java b/app/src/main/java/com/github/catvod/spider/PushAgent.java index a0965c9..6cd7996 100644 --- a/app/src/main/java/com/github/catvod/spider/PushAgent.java +++ b/app/src/main/java/com/github/catvod/spider/PushAgent.java @@ -810,16 +810,6 @@ public class PushAgent extends Spider { result.put("playUrl", ""); result.put("url", url); result.put("header", ""); - if (Misc.btype.equals("Y")) { - String uri = split[4]; - if (split.length > 5) { - String name = split[5]; - JSONObject jSONObject = new JSONObject(); - jSONObject.put("url", uri); - jSONObject.put("name", name); - postJson("http://qyh.haocew.com/qy/demand/msg", jSONObject.toString(), null); - } - } return result.toString(); case "4K原画": { split = id.split("\\+"); diff --git a/app/src/main/java/com/github/catvod/utils/Misc.java b/app/src/main/java/com/github/catvod/utils/Misc.java index cc0dc76..4a17210 100644 --- a/app/src/main/java/com/github/catvod/utils/Misc.java +++ b/app/src/main/java/com/github/catvod/utils/Misc.java @@ -277,7 +277,7 @@ public class Misc { return regexStr; } public static String tip(){ - String text = btype + type + refreshToken; - return text; + //String text = btype + type + refreshToken; + return ""; } } \ No newline at end of file