From eb21dd5d7ed5d7642cd04af8c7cc9d102dd4568d Mon Sep 17 00:00:00 2001 From: aliluya Date: Fri, 20 Oct 2023 08:31:21 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/NY影院.js | 64 ++++++++ js/TVB云播.js | 435 ++++++++++++++++++++++++++++++++++++++++++++++++++ js/meijumi.js | 307 +++++++++++++++++++++++++++++++++++ js/mp4us.js | 178 +++++++++++++++++++++ js/rrdyw.js | 130 +++++++++++++++ 5 files changed, 1114 insertions(+) create mode 100644 js/NY影院.js create mode 100644 js/TVB云播.js create mode 100644 js/meijumi.js create mode 100644 js/mp4us.js create mode 100644 js/rrdyw.js diff --git a/js/NY影院.js b/js/NY影院.js new file mode 100644 index 0000000..010d6cb --- /dev/null +++ b/js/NY影院.js @@ -0,0 +1,64 @@ +muban.短视2.二级.title = '.slide-info-title&&Text;.hl-ma0&&Text'; +muban.短视2.二级.img = '.detail-pic&&img&&data-src'; +muban.短视2.二级.desc = '.fraction&&Text;;;.slide-info:eq(3)--strong&&Text;.slide-info:eq(2)--strong&&Text'; +var rule={ + title:'NY影院', + 模板:'短视2', + host:'https://www.nycvod.com', + homeUrl:'/index.php/label/rb.html', + url: '/index.php/api/vod#type=fyfilter&page=fypage', + detailUrl:'/voddetail/fyid.html', + filterable:1,//是否启用分类筛选, + filter_url:'{{fl.cateId}}', + filter:{ + "1":[{"key":"cateId","name":"分类","value":[{"n":"全部","v":"1"},{"n":"动作片","v":"9"},{"n":"喜剧片","v":"10"},{"n":"奇幻片","v":"11"},{"n":"科幻片","v":"12"},{"n":"恐怖片","v":"22"},{"n":"惊悚片","v":"27"},{"n":"悬疑片","v":"23"},{"n":"爱情片","v":"21"},{"n":"战争片","v":"20"},{"n":"剧情片","v":"6"},{"n":"网络电影","v":"24"},{"n":"犯罪片","v":"26"},{"n":"伦理片","v":"8"},{"n":"灾难片","v":"7"},{"n":"动画电影","v":"25"},{"n":"冒险片","v":"28"},{"n":"同性片","v":"44"},{"n":"纪录片","v":"29"},{"n":"歌舞片","v":"45"},{"n":"经典片","v":"46"}]}], + "2":[{"key":"cateId","name":"分类","value":[{"n":"全部","v":"2"},{"n":"国产剧","v":"30"},{"n":"欧美剧","v":"47"},{"n":"日韩剧","v":"18"},{"n":"港台剧","v":"16"},{"n":"新马泰剧","v":"14"},{"n":"其他剧","v":"13"}]}], + "3":[{"key":"cateId","name":"分类","value":[{"n":"全部","v":"3"},{"n":"国产综艺","v":"31"},{"n":"日韩综艺","v":"32"},{"n":"欧美综艺","v":"34"},{"n":"港台综艺","v":"35"},{"n":"其他综艺","v":"37"}]}], + "4":[{"key":"cateId","name":"分类","value":[{"n":"全部","v":"4"},{"n":"日韩动漫","v":"38"},{"n":"国产动漫","v":"39"},{"n":"欧美动漫","v":"40"},{"n":"港台动漫","v":"42"},{"n":"其他动漫","v":"43"}]}] + }, + filter_def:{ + 1:{cateId:'1'}, + 2:{cateId:'2'}, + 3:{cateId:'3'}, + 4:{cateId:'4'}, + 5:{cateId:'5'} + }, + // class_name:'电影&电视剧&综艺&动漫&竞技体育', + // class_url:'1&2&3&4&5', + class_parse:'.swiper-wrapper&&li.swiper-slide;a--em&&Text;a&&href;/(\\d+).html', + class_name:'', + class_url:'', + play_parse:true, + lazy:`js: + var html = JSON.parse(request(input).match(/r player_.*?=(.*?)a>img)'); +items.forEach(it => { + let burl = rule.homeUrl.replace("https://www.meijumi.net/","") + pd(it, 'a&&href').replace(rule.host, "https://www.meijumi.net"); + d.push({ + title: pdfh(it, 'li&&Text'), + desc: '', + pic_url: pd(it, 'img&&src', HOST), + url: burl + }); +}); +items = pdfa(html, 'main#main div.hd div.huandeng span:has(>a>img)'); +if (typeof items !== "undefined") { + items.forEach(it => { + let burl = rule.homeUrl.replace("https://www.meijumi.net/","") + pd(it, 'a&&href').replace(rule.host, "https://www.meijumi.net"); + d.push({ + title: pdfh(it, 'span&&Text'), + desc: '', + pic_url: pd(it, 'img&&src', HOST), + url: burl + }); + }); +} +items = pdfa(html, 'main#main div#pingbi_gg div:has(>div>a>img)'); +if (typeof items !== "undefined") { + items.forEach(it => { + let burl = rule.homeUrl.replace("https://www.meijumi.net/","") + pd(it, 'a&&href').replace(rule.host, "https://www.meijumi.net"); + d.push({ + title: pdfh(it, 'a&&title'), + desc: pdfh(it, 'div&&span b&&Text'), + pic_url: pd(it, 'img&&src', HOST), + url: burl + }); + }); +} +items = pdfa(html, 'main#main div#pingbi_gg div:has(>header>div>a)'); +if (typeof items !== "undefined") { + items.forEach(it => { + let burl = rule.homeUrl.replace("https://www.meijumi.net/","") + pd(it, 'header a&&href').replace(rule.host, "https://www.meijumi.net"); + d.push({ + title: pdfh(it, 'header a&&Text'), + desc: pdfh(it, 'header&&div span&&Text'), + pic_url: pd(it, 'figure img&&src', HOST), + url: burl + }); + }); +} +setResult(d); +`, + 一级:'', + 一级:`js: +pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd; +let d = []; +if (MY_CATE !== "news" ){ + let html = request(input); + let list = pdfa(html, 'div#post_list_box article'); + list.forEach(it => { + let burl = rule.homeUrl.replace("https://www.meijumi.net/","") + pd(it, 'header a&&href').replace(rule.host, "https://www.meijumi.net"); + d.push({ + title: pdfh(it, 'header a&&Text'), + desc: pdfh(it, 'div.entry-content span:eq(1)&&Text'), + pic_url: pd(it, 'figure img&&src', HOST), + url: burl + }); + }) +}else{ + input = rule.homeUrl + MY_CATE + '/'; + let html = request(input); + let list = pdfa(html, 'article ol&&li'); + list.forEach(it => { + let burl = rule.homeUrl.replace("https://www.meijumi.net/","") + pd(it, 'a&&href').replace(rule.host, "https://www.meijumi.net"); + d.push({ + title: pdfh(it, 'a&&Text'), + desc: pdfh(it, 'li&&span:eq(3)&&Text') + ' / 更新' + pdfh(it, 'li&&span:eq(1)&&Text'), + pic_url: '', + url: burl + }); + }) +} +setResult(d); + `, + 二级:{ + title:"article&&header&&h1&&Text", + img:"article div.single-content img&&src", + desc:"article div.single-content blockquote&&Text", + content:"article div.single-content table&&Text", + tabs:`js: +pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd; +TABS=[] +let playGroups = []; +let d = pdfa(html, 'article div.single-content&&p:has(>a)'); +d.forEach(function(it) { + let playObj = {"ali":{},"quark":{},"magnet":{}}; + let playUrls = pdfa(it, 'a'); + let title=""; + playUrls.forEach(function(playUrl) { + let purl = pdfh(playUrl, 'a&&href'); + if (true || title === ""){ + title = pdfh(playUrl, 'a&&Text'); + } + if (purl.startsWith("magnet")){ + let magfn = title; + try { + magfn = purl.match(/(^|&)dn=([^&]*)(&|$)/)[2]; + }catch(e){ + magfn = title; + } + let resolution = "unknown"; + try { + resolution = magfn.match(/(1080|720|2160|4k|4K)/)[1]; + }catch(e){ + resolution = "unknown"; + } + magfn = resolution + "." + magfn; + log("tabs magnet filename>>>>>>>>>>>" + magfn); + playObj["magnet"][purl]=magfn; + }else if (purl.startsWith("https://www.aliyundrive.com/s/")){ + playObj["ali"][purl]=title; + }else if (purl.startsWith("https://pan.quark.cn/s/")){ + playObj["quark"][purl]=title; + } + }); + playGroups.push(playObj); + +}); +LISTS.push(playGroups); +let groupIndex = 1; +let haveDelay = false; +playGroups.forEach(function (it) { + let magCount = Object.keys(it["magnet"]).length; + let aliCount = Object.keys(it["ali"]).length; + let quarkCount = Object.keys(it["quark"]).length; + let haveMag = false; + if (magCount==0 && aliCount!==1 && quarkCount!==1 ){ + + }else{ + if (magCount>0){ + TABS.push("磁力" + groupIndex); + haveMag = true; + haveDelay = true; + } + if (aliCount === 1){ + if (false && !haveMag && !haveDelay){ + haveDelay = true; + TABS.push("選擇右側綫路"); + } + TABS.push("阿里雲盤" + groupIndex); + } + if (quarkCount === 1){ + if (false && !haveMag && !haveDelay){ + haveDelay = true; + TABS.push("選擇右側綫路"); + } + TABS.push("夸克網盤" + groupIndex); + } + groupIndex = groupIndex + 1; + } +}); +log('meijumi TABS >>>>>>>>>>>>>>>>>>' + TABS); +`, + lists:`js: +log(TABS); +pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd; +let playGroups = []; +if (false && LISTS.length>0 && typeof LISTS[0] === "object"){ + playGroups = LISTS.shift(); +}else{ + let d = pdfa(html, 'article div.single-content&&p:has(>a)'); + d.forEach(function(it) { + let playObj = {"ali":{},"quark":{},"magnet":{}}; + let playUrls = pdfa(it, 'a'); + let title=""; + playUrls.forEach(function(playUrl) { + let purl = pdfh(playUrl, 'a&&href'); + if (true || title === ""){ + title = pdfh(playUrl, 'a&&Text'); + } + if (purl.startsWith("magnet")){ + let magfn = title; + try { + magfn = purl.match(/(^|&)dn=([^&]*)(&|$)/)[2]; + }catch(e){ + magfn = title; + } + let resolution = "unknown"; + try { + resolution = magfn.match(/(1080|720|2160|4k|4K)/)[1]; + }catch(e){ + resolution = "unknown"; + } + magfn = resolution + "." + magfn; + log("tabs magnet filename>>>>>>>>>>>" + magfn); + playObj["magnet"][purl]=magfn; + }else if (purl.startsWith("https://www.aliyundrive.com/s/")){ + playObj["ali"][purl]=title; + }else if (purl.startsWith("https://pan.quark.cn/s/")){ + playObj["quark"][purl]=title; + } + }); + playGroups.push(playObj); + + }); +} +LISTS = []; +let haveDelay = false; +playGroups.forEach(function(it){ + let haveMag = false; + if (Object.keys(it["magnet"]).length>0){ + haveMag = true; + haveDelay = true; + let d = []; + for(const key in it["magnet"]){ + if (it["magnet"].hasOwnProperty(key)){ + let title = it["magnet"][key]; + let burl = key; + log('meijumi magnet title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title); + log('meijumi magnet burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl); + d.push(title + '$' + burl); + } + } + d.sort(); + let newd = []; + d.forEach(it=>{ + newd.push(it.substring(it.indexOf(".")+1)); + }); + LISTS.push(newd); + } + if (Object.keys(it["ali"]).length==1){ + let d = []; + for(const key in it["ali"]){ + if (it["ali"].hasOwnProperty(key)){ + let title = it["ali"][key]; + let burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&url=" + encodeURIComponent(key); + //let burl = "push://" + key; + log('meijumi ali title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title); + log('meijumi ali burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl); + d.push(title + '$' + burl); + if (false && !haveMag && !haveDelay){ + haveDelay = true; + LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]); + } + } + } + LISTS.push(d); + } + if (Object.keys(it["quark"]).length==1){ + let d = []; + for(const key in it["quark"]){ + if (it["quark"].hasOwnProperty(key)){ + let title = it["quark"][key]; + let burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&url=" + encodeURIComponent(key); + //let burl = "push://" + key; + log('meijumi quark title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title); + log('meijumi quark burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl); + d.push(title + '$' + burl); + if (false && !haveMag && !haveDelay){ + haveDelay = true; + LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]); + } + } + } + LISTS.push(d); + } +}); +`, + + }, + 搜索:'ul.search-page article;h2&&Text;a img&&src;div.entry-content span:eq(1)&&Text;a&&href;div.entry-content div.archive-content&&Text', +} diff --git a/js/mp4us.js b/js/mp4us.js new file mode 100644 index 0000000..75e1afb --- /dev/null +++ b/js/mp4us.js @@ -0,0 +1,178 @@ +var rule = { + title:'MP4电影[磁]', + host:'https://www.mp4us.com', + homeUrl: '/', + url: '/list/fyclass-fypage.html?', + filter_url:'{{fl.class}}', + filter:{ + }, + searchUrl: '/search/**-1.html', + searchable:2, + quickSearch:0, + filterable:0, + headers:{ + 'User-Agent': 'PC_UA', + 'Cookie':'' + }, + timeout:5000, + class_name: '动作片&科幻片&爱情片&喜剧片&恐怖片&战争片&剧情片&纪录片&动画片&电视剧', + class_url: '1&2&3&4&5&6&7&8&9&10', + play_parse:true, + play_json:[{ + re:'*', + json:{ + parse:0, + jx:0 + } + }], + lazy:'', + limit:6, + 推荐:'div.index_update ul li;a&&Text;;b&&Text;a&&href', + 一级:'div#list_all ul li;img.lazy&&alt;img.lazy&&data-original;span.update_time&&Text;a&&href', + 二级:{ + title:"div.article-header h1&&Text", + img:"div.article-header div.pic img&&src", + desc:'div.article-header div.text&&Text', + content:'div.article-related.info p&&Text', + tabs:`js: +pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd; +TABS=[] +let d = pdfa(html, 'ul.down-list&&li a'); +let tabsa = []; +let tabsq = []; +let tabsm = false; +let tabse = false; +d.forEach(function(it) { + let burl = pdfh(it, 'a&&href'); + if (burl.startsWith("https://www.aliyundrive.com/s/")){ + tabsa.push("阿里雲盤"); + }else if (burl.startsWith("https://pan.quark.cn/s/")){ + tabsq.push("夸克網盤"); + }else if (burl.startsWith("magnet")){ + tabsm = true; + }else if (burl.startsWith("ed2k")){ + tabse = true; + } +}); +if (tabsm === true){ + TABS.push("磁力"); +} +if (tabse === true){ + TABS.push("電驢"); +} +if (false && tabsa.length + tabsq.length > 1){ + TABS.push("選擇右側綫路"); +} +let tmpIndex; +tmpIndex=1; +tabsa.forEach(function(it){ + TABS.push(it + tmpIndex); + tmpIndex = tmpIndex + 1; +}); +tmpIndex=1; +tabsq.forEach(function(it){ + TABS.push(it + tmpIndex); + tmpIndex = tmpIndex + 1; +}); +log('mp4us TABS >>>>>>>>>>>>>>>>>>' + TABS); +`, + lists:`js: +log(TABS); +pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd; +LISTS = []; +let d = pdfa(html, 'ul.down-list&&li a'); +let lista = []; +let listq = []; +let listm = []; +let liste = []; +d.forEach(function(it){ + let burl = pdfh(it, 'a&&href'); + let title = pdfh(it, 'a&&Text'); + log('dygang title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title); + log('dygang burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl); + let loopresult = title + '$' + burl; + if (burl.startsWith("https://www.aliyundrive.com/s/")){ + if (true){ + if (TABS.length==1){ + burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl); + }else{ + burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&url=" + encodeURIComponent(burl); + } + }else{ + burl = "push://" + burl; + } + loopresult = title + '$' + burl; + lista.push(loopresult); + }else if (burl.startsWith("https://pan.quark.cn/s/")){ + if (true){ + if (TABS.length==1){ + burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl); + }else{ + burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&url=" + encodeURIComponent(burl); + } + }else{ + burl = "push://" + burl; + } + loopresult = title + '$' + burl; + listq.push(loopresult); + }else if (burl.startsWith("magnet")){ + listm.push(loopresult); + }else if (burl.startsWith("ed2k")){ + liste.push(loopresult); + } +}); +if (listm.length>0){ + LISTS.push(listm.reverse()); +} +if (liste.length>0){ + LISTS.push(liste.reverse()); +} +if (false && lista.length + listq.length > 1){ + LISTS.push(["選擇右側綫路,或3秒後自動跳過$http://127.0.0.1:10079/delay/"]); +} +lista.forEach(function(it){ + LISTS.push([it]); +}); +listq.forEach(function(it){ + LISTS.push([it]); +}); +`, + + }, + 搜索:`js: +pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd; +if (rule_fetch_params.headers.Cookie.startsWith("http")){ + rule_fetch_params.headers.Cookie=fetch(rule_fetch_params.headers.Cookie); + let cookie = rule_fetch_params.headers.Cookie; + setItem(RULE_CK, cookie); +}; +log('mp4us seach cookie>>>>>>>>>>>>>' + rule_fetch_params.headers.Cookie); +let _fetch_params = JSON.parse(JSON.stringify(rule_fetch_params)); +//log("mp4us search params>>>>>>>>>>>>>>>" + JSON.stringify(_fetch_params)); +let search_html = request( HOST + '/search/' + encodeURIComponent(KEY) + '-1.html', _fetch_params) +//log("mp4us search result>>>>>>>>>>>>>>>" + search_html); +let d=[]; +//'div#list_all li;img.lazy&&alt;img.lazy&&src;div.text_info h2&&Text;a&&href;p.info&&Text', +let dlist = pdfa(search_html, 'div#list_all li'); +dlist.forEach(function(it){ + let title = pdfh(it, 'img.lazy&&alt'); + if (title.includes(KEY)){ + if (searchObj.quick === true){ + title = KEY; + } + let img = pd(it, 'img.lazy&&src', HOST); + let content = pdfh(it, 'div.text_info h2&&Text'); + let desc = pdfh(it, 'p.info&&Text'); + let url = pd(it, 'a&&href', HOST); + d.push({ + title:title, + img:img, + content:content, + desc:desc, + url:url + }) + } +}); +setResult(d); +`, +} diff --git a/js/rrdyw.js b/js/rrdyw.js new file mode 100644 index 0000000..f6b9e63 --- /dev/null +++ b/js/rrdyw.js @@ -0,0 +1,130 @@ +var rule = { + title: 'RRDY網', + host: 'https://www.rrdynb.com', + homeUrl: '/', + url: '/fyclass_fypage.html?', + filter_url: '{{fl.class}}', + filter: {}, + searchUrl: '/plus/search.php?q=**&pagesize=10&submit=', + searchable: 2, + quickSearch: 1, + filterable: 0, + headers: { + 'User-Agent': 'PC_UA', + 'Cookie': '' + }, + timeout: 5000, + class_name: '影视&電視劇&老電影&動漫', + class_url: 'movie/list_2&dianshiju/list_6&zongyi/list_10&dongman/list_13', + play_parse: true, + play_json: [{ + re: '*', + json: { + parse: 0, + jx: 0 + } + }], + lazy: '', + limit: 6, + 推荐: '', + 一级: 'li:has(img);img&&alt;img&&data-original;;a&&href', + 二级: { + title: "h1&&Text", + img: "img&&src", + desc: "", + content: "span&&Text", + tabs: `js: pdfh = jsp.pdfh; + pdfa = jsp.pdfa; + pd = jsp.pd; + TABS = [] + let d = pdfa(html, 'span a'); + let tabsa = []; + let tabsq = []; + let tabsm = false; + let tabse = false; + d.forEach(function(it) { + let burl = pdfh(it, 'a&&href'); + if (burl.startsWith("https://www.aliyundrive.com/s/")) { + tabsa.push("阿里雲盤"); + } else if (burl.startsWith("https://pan.quark.cn/s/")) { + tabsq.push("夸克網盤"); + } else if (burl.startsWith("magnet")) { + tabsm = true; + } else if (burl.startsWith("ed2k")) { + tabse = true; + } + }); + if (tabsm === true) { + TABS.push("磁力"); + } + if (tabse === true) { + TABS.push("電驢"); + } + let tmpIndex; + tmpIndex = 1; + tabsa.forEach(function(it) { + TABS.push(it + tmpIndex); + tmpIndex = tmpIndex + 1; + }); + tmpIndex = 1; + tabsq.forEach(function(it) { + TABS.push(it + tmpIndex); + tmpIndex = tmpIndex + 1; + }); + log('alyps TABS >>>>>>>>>>>>>>>>>>' + TABS);`, + lists: `js: log(TABS); + pdfh = jsp.pdfh; + pdfa = jsp.pdfa; + pd = jsp.pd; + LISTS = []; + let d = pdfa(html, 'span a'); + let lista = []; + let listq = []; + let listm = []; + let liste = []; + d.forEach(function(it) { + let burl = pdfh(it, 'a&&href'); + let title = pdfh(it, 'a&&Text'); + log('alyps title >>>>>>>>>>>>>>>>>>>>>>>>>>' + title); + log('alyps burl >>>>>>>>>>>>>>>>>>>>>>>>>>' + burl); + let loopresult = title + '$' + burl; + if (burl.startsWith("https://www.aliyundrive.com/s/")) { + if (TABS.length == 1) { + burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&confirm=0&url=" + encodeURIComponent(burl); + } else { + burl = "http://127.0.0.1:9978/proxy?do=ali&type=push&url=" + encodeURIComponent(burl); + } + loopresult = title + '$' + burl; + lista.push(loopresult); + } else if (burl.startsWith("https://pan.quark.cn/s/")) { + if (TABS.length == 1) { + burl = burl.replace("?entry=sjss", ""), + burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&confirm=0&url=" + encodeURIComponent(burl); + } else { + burl = burl.replace("?entry=sjss", ""), + burl = "http://127.0.0.1:9978/proxy?do=quark&type=push&url=" + encodeURIComponent(burl); + } + loopresult = title + '$' + burl; + listq.push(loopresult); + } else if (burl.startsWith("magnet")) { + listm.push(loopresult); + } else if (burl.startsWith("ed2k")) { + liste.push(loopresult); + } + }); + if (listm.length > 0) { + LISTS.push(listm.reverse()); + } + if (liste.length > 0) { + LISTS.push(liste.reverse()); + } + lista.forEach(function(it) { + LISTS.push([it]); + }); + listq.forEach(function(it) { + LISTS.push([it]); + });`, + + }, + 搜索: 'li:has(img);h2&&Text;img&&data-original;.tags&&Text;a&&href', +}