Update SrcParseS.js

pull/1/head
jevons0411 2 years ago
parent 1c70017cc0
commit 02b728412a
  1. 4
      SrcParseS.js

@ -498,6 +498,7 @@ var SrcParseS = {
return this.嗅探(vipUrl);
}else{
var from = "";
try{
if(vipUrl.indexOf('-yanaifei.html') != -1){
from = 'yanaifei';
}else if(vipUrl.indexOf('suoyo.cc') != -1){
@ -510,6 +511,9 @@ var SrcParseS = {
}else{
from = getMyVar('linecode', 'oth');
}
}catch(e){
from = getMyVar('linecode', 'oth');
}
if(from=="qiyi"){from = "iqiyi"}
if(printlog==1){log("片源标识:"+from+",需要解析")};

Loading…
Cancel
Save