update SrcJuying.js.

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

@ -2393,8 +2393,8 @@ function erji() {
} }
var easy = $("").lazyRule(() => { var easy = $("").lazyRule(() => {
try{ try{
/*input=fetch(input,{}).split("('")[1].split("'")[0]; input=fetch(input,{}).split("('")[1].split("'")[0];
/*
if(input.match(/ixigua|iqiyi|qq.com|mgtv|le\.com|bili|sohu|youku|pptv|cctv|1905\.com/)){ if(input.match(/ixigua|iqiyi|qq.com|mgtv|le\.com|bili|sohu|youku|pptv|cctv|1905\.com/)){
input=input.split("?")[0]; input=input.split("?")[0];
}else if(input.match(/huanxi/)){ }else if(input.match(/huanxi/)){
@ -2402,11 +2402,13 @@ function erji() {
}else if(input.match(/migu/)){ }else if(input.match(/migu/)){
input=input.replace(/http/,'https').split("&from")[0]; input=input.replace(/http/,'https').split("&from")[0];
}*/ }*/
/*
if (input.indexOf('sa.sogou') != -1) { if (input.indexOf('sa.sogou') != -1) {
input = parseDomForHtml(request(input), 'video&&src'); input = parseDomForHtml(request(input), 'video&&src');
} else { } else {
input = request(input, {}).split("('")[1].split("',")[0]; input = request(input, {}).split("('")[1].split("',")[0];
} }
*/
if (input.match(/huanxi/)) { if (input.match(/huanxi/)) {
input = input.split("&")[0]; input = input.split("&")[0];
} else if (input.match(/migu/)) { } else if (input.match(/migu/)) {

Loading…
Cancel
Save