更新 'SrcJyCustomJk.js'

master
src48597962 2 years ago
parent e89f699898
commit 7d64e00d00
  1. 2
      SrcJyCustomJk.js

@ -74,6 +74,7 @@ let customparse = {
var lists = [];
let html = request("https://zhuiyingmao2.com/index.php/ajax/suggest?mid=1&wd="+name+"&limit=10" );
let data = JSON.parse(html).list;
log(data.length)
let cook = getCookie('https://zhuiyingmao2.com');
data.forEach(item => {
let maoname = item.name;
@ -89,6 +90,7 @@ let customparse = {
let maohtml = request(maourl, {
headers: headers
});
log(maohtml)
let htmls = pdfa(maohtml, ".search-result-container&&a");
htmls.forEach(it => {
try {

Loading…
Cancel
Save