update SrcJyXunmi.js.

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

@ -448,11 +448,11 @@ function xunmierji(type,ua) {
var conts = arts; var conts = arts;
}else if (/xpath/.test(type)) { }else if (/xpath/.test(type)) {
eval("var xpfile = " + fetchCache(MY_PARAMS.api,48)) eval("var xpfile = " + fetchCache(MY_PARAMS.api,48))
var actor = String(xpath(html, xpfile.dtActor)) || "内详"; var actor = String(xpathArray(html, xpfile.dtActor).join(',')) || "内详";
var director = String(xpath(html, xpfile.dtDirector)) || "内详"; var director = String(xpathArray(html, xpfile.dtDirector).join(',')) || "内详";
var area = String(xpath(html, xpfile.dtArea)).replace('地区:','') || "未知"; var area = String(xpath(html, xpfile.dtArea)).replace('地区:','') || "未知";
var year = String(xpath(html, xpfile.dtYear)).replace('年份:','') || "未知"; var year = String(xpath(html, xpfile.dtYear)).replace('年份:','') || "未知";
var remarks = String(xpath(html, xpfile.dtCate)) || ""; var remarks = String(xpath(html, xpfile.dtCate)).split('/')[0] || "";
var pubdate = String(xpath(html, xpfile.dtMark)) || ""; var pubdate = String(xpath(html, xpfile.dtMark)) || "";
var pic = MY_PARAMS.pic || xpath(html, xpfile.dtImg); var pic = MY_PARAMS.pic || xpath(html, xpfile.dtImg);
var desc = String(xpath(html, xpfile.dtDesc)) || '...'; var desc = String(xpath(html, xpfile.dtDesc)) || '...';

Loading…
Cancel
Save