Update PushAgentQQ.java

This commit is contained in:
yangqiang4125
2022-09-09 22:11:21 +08:00
committed by GitHub
parent 46c6ff2058
commit a34deb8dc1
@@ -124,7 +124,7 @@ public class PushAgentQQ extends Spider {
pic = op1.optString("normal", ""); pic = op1.optString("normal", "");
remark = o1.optString("value", "暂无评分"); 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_name", title);
vo.put("vod_remarks", remark); vo.put("vod_remarks", remark);
vo.put("vod_pic", pic); vo.put("vod_pic", pic);
@@ -236,7 +236,7 @@ public class PushAgentQQ extends Spider {
videos.put(v); videos.put(v);
} }
}else if (tid.startsWith("douban-")) { }else if (tid.startsWith("douban-")) {
String [] arr = tid.split("\\-"); String [] arr = tid.split("-");
String key = arr[1]; String key = arr[1];
String sort = null; String sort = null;
if(arr.length>2)sort = arr[2]; if(arr.length>2)sort = arr[2];