mirror of
https://github.com/qist/tvbox.git
synced 2025-01-25 04:04:58 +08:00
23 lines
561 B
JavaScript
23 lines
561 B
JavaScript
|
var rule = {
|
||
|
title:'学生妹录像',
|
||
|
编码:'gb18030',
|
||
|
host:'http://www.xsm2b.com',
|
||
|
url:'/fyclass/fypage.html',
|
||
|
searchUrl:'',
|
||
|
searchable:0,
|
||
|
quickSearch:0,
|
||
|
class_name:'录像&足球视频&篮球视频&综合视频',
|
||
|
class_url:'matchvideo&footballvideo&basketballvideo&othervideo',
|
||
|
headers:{
|
||
|
'User-Agent':'MOBILE_UA'
|
||
|
},
|
||
|
timeout:5000,
|
||
|
play_parse:true,
|
||
|
lazy:'',
|
||
|
limit:6,
|
||
|
double:false,
|
||
|
//推荐:'*',
|
||
|
一级:'.text_list li;a&&Text;;.date&&Text;a&&href',
|
||
|
二级:'*',
|
||
|
搜索:'',
|
||
|
}
|