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
@@ -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);