update SrcJyXunmi.js.

pull/1/head
src48597962 3 years ago committed by Gitee
parent 89fc7f2631
commit b76bc08915
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 4
      SrcJyXunmi.js

@ -448,8 +448,12 @@ function xunmierji(type,ua) {
var arts = html.videolist;
var conts = arts;
}else if (/xpath/.test(type)) {
log(html)
eval("var xpfile = " + fetchCache(MY_PARAMS.api,48))
log(xpfile)
var actor = xpath(html, xpfile.dtActor) || "内详";
log(xpfile.dtActor)
log(xpath(html, xpfile.dtActor))
var director = xpath(html, xpfile.dtDirector) || "内详";
var area = xpath(html, xpfile.dtArea) || "未知";
var year = xpath(html, xpfile.dtYear) || "未知";

Loading…
Cancel
Save