add - 详情页播放 100011
This commit is contained in:
@@ -277,7 +277,7 @@ public class PushAgent extends Spider {
|
|||||||
if (vod.contains("x-oss-expires")) {
|
if (vod.contains("x-oss-expires")) {
|
||||||
j++;
|
j++;
|
||||||
video.put("" + j, site + vod);
|
video.put("" + j, site + vod);
|
||||||
vod = Proxy.localProxyUrl() + "?do=ali&type=media&share_id=" + shareId + "&file_id=" + fileId + "&media_id=" + j;
|
vod = Proxy.localProxyUrl() + "?do=push&type=media&share_id=" + shareId + "&file_id=" + fileId + "&media_id=" + j;
|
||||||
}
|
}
|
||||||
lists.add(vod);
|
lists.add(vod);
|
||||||
}
|
}
|
||||||
@@ -806,7 +806,7 @@ public class PushAgent extends Spider {
|
|||||||
String[] split = id.split("\\+");
|
String[] split = id.split("\\+");
|
||||||
String str3 = split[0];
|
String str3 = split[0];
|
||||||
String str5 = split[2];
|
String str5 = split[2];
|
||||||
String url = Proxy.localProxyUrl() + "?do=ali&type=m3u8&share_id=" + str3 + "&file_id=" + str5;
|
String url = Proxy.localProxyUrl() + "?do=push&type=m3u8&share_id=" + str3 + "&file_id=" + str5;
|
||||||
result.put("parse", "0");
|
result.put("parse", "0");
|
||||||
result.put("playUrl", "");
|
result.put("playUrl", "");
|
||||||
result.put("url", url);
|
result.put("url", url);
|
||||||
|
|||||||
Reference in New Issue
Block a user