Add files via upload

This commit is contained in:
zhanghong1983
2023-06-22 22:39:07 +08:00
committed by GitHub
parent d68ae405c3
commit d33d36185a
100 changed files with 2982 additions and 0 deletions

18
JS/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',
二级:'*',
}