From a34deb8dc17ee9e922697d5a448530cfddc807a4 Mon Sep 17 00:00:00 2001 From: yangqiang4125 <412594121@qq.com> Date: Fri, 9 Sep 2022 22:11:21 +0800 Subject: [PATCH] Update PushAgentQQ.java --- app/src/main/java/com/github/catvod/spider/PushAgentQQ.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/java/com/github/catvod/spider/PushAgentQQ.java b/app/src/main/java/com/github/catvod/spider/PushAgentQQ.java index 5e45688..21b8529 100644 --- a/app/src/main/java/com/github/catvod/spider/PushAgentQQ.java +++ b/app/src/main/java/com/github/catvod/spider/PushAgentQQ.java @@ -124,7 +124,7 @@ public class PushAgentQQ extends Spider { pic = op1.optString("normal", ""); remark = o1.optString("value", "暂无评分"); - vo.put("vod_id", "https://www.lgyy.cc/vodplay/45421-1-1.html" + "$$$" + pic + "$$$" + title); + vo.put("vod_id", ""); vo.put("vod_name", title); vo.put("vod_remarks", remark); vo.put("vod_pic", pic); @@ -236,7 +236,7 @@ public class PushAgentQQ extends Spider { videos.put(v); } }else if (tid.startsWith("douban-")) { - String [] arr = tid.split("\\-"); + String [] arr = tid.split("-"); String key = arr[1]; String sort = null; if(arr.length>2)sort = arr[2]; @@ -336,4 +336,4 @@ public class PushAgentQQ extends Spider { } return ""; } -} \ No newline at end of file +}