mirror of
https://github.com/sqspot/tac.git
synced 2025-08-28 20:23:54 +02:00
20 lines
No EOL
525 B
JavaScript
20 lines
No EOL
525 B
JavaScript
var rule = {
|
|
title:'18av',
|
|
host:'https://zh.stripchat.com',
|
|
url:'/girls/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',
|
|
二级:'*',
|
|
|
|
}
|
|
|
|
// https://zh.stripchat.com/girls/chinese
|