更新 'SrcParseS.js'

pull/1/head
src48597962 2 years ago
parent e19759b071
commit 0a9bbafd1b
  1. 4
      SrcParseS.js

@ -52,7 +52,7 @@ var SrcParseS = {
嗅探: function (vipUrl, excludeurl) { 嗅探: function (vipUrl, excludeurl) {
showLoading('√视频解析中,请稍候...'); showLoading('√视频解析中,请稍候...');
excludeurl = excludeurl||[]; excludeurl = excludeurl||[];
return (getMyVar('SrcXTNH', 'web') == 'x5' ? 'x5Rule://' : 'webRule://') + vipUrl + '@' + $.toString((formatUrl,vipUrl,excludeurl,testurl) => { return (getMyVar('SrcXTNH', 'web') == 'x5' ? 'x5Rule://' : 'webRule://') + vipUrl + '@' + $.toString((formatUrl,vipUrl,excludeurl) => {
if (window.c == null) { if (window.c == null) {
if (typeof (request) == 'undefined' || !request) { if (typeof (request) == 'undefined' || !request) {
eval(fba.getInternalJs()); eval(fba.getInternalJs());
@ -96,7 +96,7 @@ var SrcParseS = {
} }
} }
} }
}, this.formatUrl, vipUrl, excludeurl, testvideourl) }, this.formatUrl, vipUrl, excludeurl)
}, },
智能: function (vipUrl, input) { 智能: function (vipUrl, input) {
showLoading('√智能解析中,请稍候'); showLoading('√智能解析中,请稍候');

Loading…
Cancel
Save