更新 'SrcJyData.js'

master
src48597962 8 months ago
parent 0cab21dde5
commit 82eb6b1248
  1. 22
      SrcJyData.js

@ -1343,16 +1343,18 @@ function getErData(jkdata) {
log('XYQ获取选集列表失败>' + e.message); log('XYQ获取选集列表失败>' + e.message);
} }
} else if (api_type == 'hipy_t3' || api_type == 'hipy_t4') { } else if (api_type == 'hipy_t3' || api_type == 'hipy_t4') {
let json = JSON.parse(html).list[0]; try{
actor = json.vod_actor; let json = JSON.parse(html).list[0];
area = json.vod_area; actor = json.vod_actor;
remarks = json.vod_remarks || json.vod_class || ""; area = json.vod_area;
desc = json.vod_content || ""; remarks = json.vod_remarks || json.vod_class || "";
pic = json.vod_pic.includes('none.gif')?"":json.vod_pic; desc = json.vod_content || "";
tabs = json.vod_play_from.split('$$$'); pic = json.vod_pic;
lists = json.vod_play_url.split('$$$').map(it => { tabs = json.vod_play_from.split('$$$');
return it.split('#'); lists = json.vod_play_url.split('$$$').map(it => {
}); return it.split('#');
});
}catch(e){}
} }
if (/XPath|biubiu|XBPQ|XYQ/.test(api_type) && html && (tabs.length == 0 || lists.length == 0) && getMyVar('debug', '0') == "0" && html.indexOf(MY_PARAMS.pageTitle) > -1) { if (/XPath|biubiu|XBPQ|XYQ/.test(api_type) && html && (tabs.length == 0 || lists.length == 0) && getMyVar('debug', '0') == "0" && html.indexOf(MY_PARAMS.pageTitle) > -1) {

Loading…
Cancel
Save