update SrcParseS.js.

pull/1/head
src48597962 3 years ago committed by Gitee
parent 832dab8aea
commit 6eb97dd454
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 6
      SrcParseS.js

@ -75,11 +75,6 @@ var SrcParseS = {
for (var i in urls) {
if (!exclude.test(urls[i]) && contain.test(urls[i])) {
//fba.log(urls[i]);
return $$$("#noLoading#").lazyRule((url, formatUrl) => {
//url = url.replace(/http.*?\?url=/, '');
return formatUrl(url);
}, urls[i], formatUrl);
/*
if(fy_bridge_app.getHeaderUrl)
return $$$("#noLoading#").lazyRule((url) => {
if (getMyVar('SrcM3U8', '1') == "1") {
@ -94,7 +89,6 @@ var SrcParseS = {
return formatUrl(url);
}, urls[i], formatUrl);
}
*/
}
}
}, this.formatUrl, vipUrl)

Loading…
Cancel
Save