add - 详情页播放88
This commit is contained in:
@@ -646,7 +646,6 @@ public class PushAgent extends Spider {
|
|||||||
return result.toString();
|
return result.toString();
|
||||||
} else if (url.startsWith("http") && (matcher2.find())) {
|
} else if (url.startsWith("http") && (matcher2.find())) {
|
||||||
if(VodName!=null) vodAtom.put("vod_name", VodName);
|
if(VodName!=null) vodAtom.put("vod_name", VodName);
|
||||||
vodAtom.put("vod_id", TextUtils.join("###", idInfo));
|
|
||||||
return getAliContent(url,vodAtom);
|
return getAliContent(url,vodAtom);
|
||||||
} else if (url.startsWith("http") && (!matcher.find()) && (!matcher2.find())) {
|
} else if (url.startsWith("http") && (!matcher.find()) && (!matcher2.find())) {
|
||||||
Document doc = null;
|
Document doc = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user