Add files via upload

This commit is contained in:
gaotianliuyun
2023-02-22 20:22:13 +08:00
committed by GitHub
parent eb1739f362
commit 318327c1e7
3 changed files with 38 additions and 8 deletions

View File

@@ -5,9 +5,7 @@ var rule = {
title:'利丽娅电影',
模板:'mxpro',
host:'https://www.llyady.cc',
url:'/index.php/vod/type/id/fyclass.html',
// url:'/vodshow/fyclass--------fypage---.html',
// url:'/vodshow/fyfilter.html',
url:'/vodtype/fyclass.html',
// filterable:1,//是否启用分类筛选,
// filter_url:'{{fl.cateId}}-{{fl.area}}-{{fl.by}}-{{fl.class}}-{{fl.lang}}-{{fl.letter}}---fypage---{{fl.year}}',
// filter:{
@@ -22,7 +20,7 @@ var rule = {
// 3:{cateId:'3',by:'time'},
// 4:{cateId:'4',by:'time'}
// },
searchUrl: '/index.php/vod/search/page/fypage/wd/**.html',
searchUrl: '/search/**----------fypage---.html',
class_parse: '.navbar-items li:gt(1):lt(7);a&&title;a&&href;.*/(.*?).html',
//控制不同分类栏目下的总页面,不填就是默认999.哔哩影视大部分分类无法翻页,都需要指定页数为 1
pagecount:{"1":1,"2":1,"3":1,"4":1,"25":1},

23
js/酷6网.js Normal file
View File

@@ -0,0 +1,23 @@
var rule = {
title:'酷6网',
host:'https://www.ku6.com',
homeUrl:'/video/feed?pageNo=0&pageSize=20',
url:'/video/feed?subjectId=fyclass&pageNo=fypage',
class_name:'资讯&娱乐&搞笑&少儿&自制节目&影视&音乐&原创&生活&游戏&健康&汽车&时事',
class_url:'69&70&76&73&71&72&74&75&80&93&81&47&149',
searchUrl:'',
searchable:0,
quickSearch:0,
headers:{
'User-Agent':'MOBILE_UA',
},
timeout:5000,
limit:6,
play_parse:true,
lazy:'js:if(/detail.html/.test(input)){var vid=input.split("~")[1];var reqUrl="https://news-stream.lsttnews.com/topic/recommend/vinfo?vid="+vid;purl=JSON.parse(request(reqUrl)).data.video.src;input={jx:0,url:purl,parse:0}}else{input={jx:0,url:input,parse:0}}',
// lazy:'',
推荐:'*',
一级:'json:data;title;picPath;publisher;playUrl',
二级:'*',
搜索:'',
}

File diff suppressed because one or more lines are too long