update SrcJyXunmi.js.

pull/1/head
src48597962 3 years ago committed by Gitee
parent d2151dcf3c
commit fd999e1374
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 9
      SrcJyXunmi.js

@ -690,6 +690,15 @@ function xunmierji(type,ua) {
return SrcParseS.聚影(input);
});
}else if (/tvbox/.test(type)) {
try{
var cfgfile = "hiker://files/rules/Src/Juying/config.json";
var Juyingcfg=fetch(cfgfile);
if(Juyingcfg != ""){
eval("var JYconfig=" + Juyingcfg+ ";");
}
let iscachem3u8 = JYconfig.cachem3u8||1;
putMyVar('SrcM3U8',iscachem3u8);
}catch(e){}
var playtitle = list[j].split('$')[0];
var playurl = list[j].split('$')[1];
var DTJX = $("").lazyRule(() => {

Loading…
Cancel
Save