潇洒更新 202505250344

This commit is contained in:
github-actions[bot]
2025-05-25 03:44:52 +00:00
parent f51155fb34
commit dd725a1ea3
5 changed files with 56 additions and 28 deletions

View File

@@ -7,10 +7,10 @@ var rule = {
},
编码: 'utf-8',
timeout: 5000,
url: 'https://www.lzpanx.com/search?q=fyclass&format=video&type=BDY&page=fypage',
url: 'https://www.lzpanx.com/search?q=fyclass&format=video&page=fypage',
filter_url: '',
detailUrl: '',
searchUrl: 'https://www.lzpanx.com/search?k=**&format=video&type=BDY&page=fypage',
searchUrl: 'https://www.lzpanx.com/search?q=**&format=video&page=fypage',
searchable: 1,
quickSearch: 1,
filterable: 1,
@@ -25,7 +25,7 @@ var rule = {
limit: 9,
double: false,
// 推荐: '*',
一级: 'js:\n let html = fetch(input);\n let list = pdfa(html, "body&&.semi-space-medium-vertical");\n VODS = list.map(x => {\n return {\n vod_name: pdfh(x, "div&&a&&title"),\n vod_pic: pdfh(x, "div&&img&&src"),\n vod_remarks: pdfh(x, "div&&img&&alt"),\n vod_content: pdfh(x, "div&&img&&alt"),\n vod_id: pdfh(x, "div&&a&&href")\n }\n });\n ',
一级: 'js:\n let html = fetch(input);\n let list = pdfa(html, "body&&.semi-space-medium-vertical");\n VODS = list.map(x => {\n let remarks = pdfh(x, "div&&img&&alt");\n // 过滤掉包含"迅雷云盘"的内容\n if(remarks.includes("迅雷云盘")) return null;\n return {\n vod_name: pdfh(x, "div&&a&&title"),\n vod_pic: \'https://ww1.sinaimg.cn/mw690/006faMndly1htmb1m08adj30e20e2q3m.jpg\',\n vod_remarks: remarks,\n vod_content: remarks,\n vod_id: pdfh(x, "div&&a&&href")\n }\n }).filter(x => x !== null);\n ',
二级: {
title: 'h1&&Text',
img: 'img&&src',
@@ -34,7 +34,7 @@ var rule = {
tabs: "js:TABS = ['懒盘']",
lists: "js:\n LISTS = [];\n let lists1 = pdfa(html, 'body&&.semi-space-loose-vertical').map(it => {\n let _tt = pdfh(it, 'span&&title');\n let _uu = pdfh(it, 'a&&href');\n return _tt + '$' + _uu;\n });\n LISTS.push(lists1);\n ",
},
搜索: '*',
搜索: 'js:\n let html = fetch(input);\n let list = pdfa(html, "body&&.semi-space-medium-vertical");\n VODS = list.map(x => {\n let remarks = pdfh(x, "div&&img&&alt");\n // 过滤掉包含"迅雷云盘"的内容\n if(remarks.includes("迅雷云盘")) return null;\n return {\n vod_name: pdfh(x, "div&&a&&title"),\n vod_pic: \'https://ww1.sinaimg.cn/mw690/006faMndly1htmb1m08adj30e20e2q3m.jpg\',\n vod_remarks: remarks,\n vod_content: remarks,\n vod_id: pdfh(x, "div&&a&&href")\n }\n }).filter(x => x !== null);\n ',
cate_exclude: '首页|留言|APP|下载|资讯|新闻|动态',
tab_exclude: '猜你|喜欢|下载|剧情|榜|评论',
类型: '影视',