From 759f52df2e41cd97e616e9649a296f0650efcf98 Mon Sep 17 00:00:00 2001 From: yangqiang3504 <412594121@qq.com> Date: Tue, 6 Sep 2022 11:44:48 +0800 Subject: [PATCH] =?UTF-8?q?add=20-=20=E8=AF=A6=E6=83=85=E9=A1=B5=E6=92=AD?= =?UTF-8?q?=E6=94=BE88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/java/com/github/catvod/spider/PushAgent.java | 1 - 1 file changed, 1 deletion(-) 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 bee1b66..d6ea857 100644 --- a/app/src/main/java/com/github/catvod/spider/PushAgent.java +++ b/app/src/main/java/com/github/catvod/spider/PushAgent.java @@ -646,7 +646,6 @@ public class PushAgent extends Spider { return result.toString(); } else if (url.startsWith("http") && (matcher2.find())) { if(VodName!=null) vodAtom.put("vod_name", VodName); - vodAtom.put("vod_id", TextUtils.join("###", idInfo)); return getAliContent(url,vodAtom); } else if (url.startsWith("http") && (!matcher.find()) && (!matcher2.find())) { Document doc = null;