add - qq自定义

This commit is contained in:
yangqiang3504
2022-08-23 11:39:43 +08:00
parent 54f5200d04
commit da132606ff
@@ -352,6 +352,8 @@ public class PushAgent extends Spider {
String str;
try {
String url = list.get(0).trim();
String[] idInfo = url.split("\\$\\$\\$");
if (idInfo.length > 1) url = idInfo[0].trim();
Pattern pattern = Folder;
Matcher matcher = pattern.matcher(url);
if (!matcher.find()) {
@@ -451,7 +453,7 @@ public class PushAgent extends Spider {
@Override
public String detailContent(List<String> list) {
try {
String url = list.get(0);
String url = list.get(0).trim();
String[] idInfo = url.split("\\$\\$\\$");
if (idInfo.length > 1) url = idInfo[0].trim();
String pic = null;