update SrcJuying.js.

pull/1/head
src48597962 3 years ago committed by Gitee
parent a9b76f9626
commit 2a6560360f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 8
      SrcJuying.js

@ -184,7 +184,7 @@ function erji() {
d.push({ d.push({
title: list[j].index + '', title: list[j].index + '',
url: url + easy, url: url + easy,
extra: { id: MY_URL+j, referer: url, ua: PC_UA, jsLoadingInject: true, blockRules: block }, extra: { id: MY_URL+j, ua: PC_UA, jsLoadingInject: true, blockRules: block },
col_type: 'text_4' col_type: 'text_4'
}); });
} }
@ -200,7 +200,7 @@ function erji() {
d.push({ d.push({
title: list[j].index + '', title: list[j].index + '',
url: url + easy, url: url + easy,
extra: { id: MY_URL+j, referer: url, ua: PC_UA, jsLoadingInject: true, blockRules: block }, extra: { id: MY_URL+j, ua: PC_UA, jsLoadingInject: true, blockRules: block },
col_type: 'text_4' col_type: 'text_4'
}); });
} }
@ -238,7 +238,7 @@ function erji() {
col_type: "text_2", col_type: "text_2",
url: url + easy, url: url + easy,
extra: { extra: {
id: MY_URL+k, referer: url, ua: PC_UA, jsLoadingInject: true, blockRules: block id: MY_URL+k, ua: PC_UA, jsLoadingInject: true, blockRules: block
} }
}); });
} }
@ -252,7 +252,7 @@ function erji() {
img: 'http://dlweb.sogoucdn.com/video/wap/static/img/logo/' + plays[m].sitename[1], img: 'http://dlweb.sogoucdn.com/video/wap/static/img/logo/' + plays[m].sitename[1],
url: url + easy, url: url + easy,
col_type: "icon_2", col_type: "icon_2",
extra: { id: MY_URL, referer: url, ua: PC_UA, jsLoadingInject: true, blockRules: block }, extra: { id: MY_URL, ua: PC_UA, jsLoadingInject: true, blockRules: block },
}) })
} }
} }

Loading…
Cancel
Save