更新 'SrcJyCustomJk.js'

master
src48597962 2 years ago
parent 0e1fbfd689
commit 55746e6c55
  1. 3
      SrcJyCustomJk.js

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

Loading…
Cancel
Save