上传文件至 'js'

This commit is contained in:
zzzlllmmm1 2022-10-20 11:29:04 +00:00
parent 09ab199ac7
commit ba66b38ea8
2 changed files with 37 additions and 0 deletions

19
js/18av.js Normal file
View File

@ -0,0 +1,19 @@
var rule = {
title:'18av',
host:'https://maa1812.com',
url:'/zh/fyclass/all/fypage.html',
headers:{
'User-Agent':'MOBILE_UA'
},
timeout:5000,
class_name:'最近更新',//静态分类名称拼接
class_url:'chinese_list',//静态分类标识拼接
//class_parse:'ul.animenu__nav&&li;a&&Text;a&&href',
limit:5,
play_parse:true,
lazy:'',
一级:'.posts div;.meta&&Text;img&&src;.top&&Text;a&&href',
二级:'*',
}

18
js/玩偶姐姐.js Normal file
View File

@ -0,0 +1,18 @@
var rule = {
title:'玩偶姐姐',
host:'https://hongkongdollvideo.com',
homeUrl:'/latest/',
url:'/fyclass/fypage.html[/fyclass/]',
headers:{
'User-Agent':'MOBILE_UA'
},
searchable:0,
quickSearch:0,
timeout:5000,
class_parse:'#side-menu:lt(1) li;a&&Text;a&&href;com/(.*?)/',
limit:5,
play_parse:true,
lazy:'',
一级:'.col-sm-6;h3&&Text;img&&data-src;.date&&Text;a&&href',
二级:'*',
}