update SrcParseS.js.

pull/1/head
src48597962 3 years ago committed by Gitee
parent 7634442c1d
commit 671abfe2d8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 12
      SrcParseS.js

@ -60,11 +60,13 @@ var SrcParseS = {
window.c++;
if (window.c * 250 >= 15 * 1000) {
fba.hideLoading();
if(/^http/.test(vipUrl)){
return vipUrl;
}else{
return "toast://解析超时,建议切换线路或更换解析方式";
}
try{
let videourl = vipUrl.split('url=')[1];
if(/^http/.test(videourl)){
return videourl;
}
}catch(e){ }
return "toast://解析超时,建议切换线路或更换解析方式";
}
//fba.log(fy_bridge_app.getUrls());
var urls = _getUrls();

Loading…
Cancel
Save