Update PushAgentQQ.java
This commit is contained in:
@@ -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 "";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user