add - 自定义视频路径67

This commit is contained in:
yangqiang3504
2022-08-23 09:24:56 +08:00
parent 9d2fb5acb0
commit af8f8b1d4e
2 changed files with 4 additions and 0 deletions
@@ -629,6 +629,7 @@ public class PushAgent extends Spider {
result.put("parse", 1);
result.put("jx", "1");
result.put("url", id);
result.put("header", Misc.Headers(1));
return result.toString();
}
case "player": {
@@ -636,6 +637,7 @@ public class PushAgent extends Spider {
result.put("parse", 0);
result.put("playUrl", "");
result.put("url", id);
result.put("header", Misc.Headers(1));
return result.toString();
}
case "嗅探": {
@@ -643,6 +645,7 @@ public class PushAgent extends Spider {
result.put("parse", 1);
result.put("playUrl", "");
result.put("url", id);
result.put("header", Misc.Headers(1));
return result.toString();
}
case "AliYun":
@@ -296,6 +296,7 @@ public class XBiubiu extends Spider {
result.put("parse", 1);
result.put("playUrl", "");
result.put("url", webUrl);
result.put("header", Misc.Headers(1));
return result.toString();
} catch (Exception e) {
SpiderDebug.log(e);