From 610d9437ecce9d2f53267b6142dc93f3635938af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=20=E5=8B=87?= Date: Sat, 6 May 2023 16:01:30 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=B0=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JS/南瓜影院.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 JS/南瓜影院.js diff --git a/JS/南瓜影院.js b/JS/南瓜影院.js new file mode 100644 index 0000000..edc0f2a --- /dev/null +++ b/JS/南瓜影院.js @@ -0,0 +1,26 @@ +var rule={ + title:'南瓜影院', + host:'https://www.xxc.la', + // homeUrl:'/', + url:'/vodshow/fyclass--------fypage---/', + searchUrl:'/vodsearch/**----------fypage---/', + searchable:2,//是否启用全局搜索, + quickSearch:0,//是否启用快速搜索, + filterable:0,//是否启用分类筛选, + headers:{//网站的请求头,完整支持所有的,常带ua和cookies + 'User-Agent':'MOBILE_UA', + // "Cookie": "searchneed=ok" + }, + //class_parse:'..hl-nav-wrap&&ul&&li;a&&Text;a&&href;.*/(.*?)/', + //cate_exclude:'', + class_name:'电视剧&电影&综艺&动漫', + class_url:'lianxuju&dianying&zongyi&dongman', + play_parse:true, + lazy:'', + limit:6, + 推荐:'body&&.hl-list-wrap;ul&&li;a&&title;.hl-lazy&&data-original;.hl-pic-text&&Text;a&&href', + double:true, // 推荐内容是否双层定位 + 一级:'.hl-vod-list&&li;a&&title;.hl-lazy&&data-original;.hl-pic-text&&Text;a&&href', + 二级:{"title":".hl-dc-title&&Text;.hl-col-xs-12&&em&&.hl-text-muted:eq(0)&&Text","img":".hl-lazy&&data-original","desc":".hl-col-xs-12&&em&&.hl-text-muted:eq(-2)&&Text;.hl-col-xs-12&&em&&.hl-text-muted:eq(1)&&Text;.hl-col-xs-12&&em&&.hl-text-muted:eq(2)&&Text","content":".hl-content-text&&Text","tabs":".hl-plays-from a","lists":".hl-plays-list:eq(#id) li"}, + 搜索:'.hl-list-wrap&&ul&&li;.hl-item-thumb&&title;.hl-lazy&&data-original;.hl-pic-text&&Text;a&&href', +}