22 lines
744 B
JavaScript
22 lines
744 B
JavaScript
var rule = {
|
|
title: '影视规则',
|
|
编码: 'utf-8',
|
|
homeUrl: '/',
|
|
url: '/fyclass/fypage.html',
|
|
detailUrl: '/voddetail/fyid.html',
|
|
class_name: '电影&电视剧&动漫&综艺',
|
|
class_url: '1&2&3&4',
|
|
class_parse: '#side-menu:lt(1) li;a&&Text;a&&href;com/(.*?)/',
|
|
推荐: '.video-list .item;a&&Text;img&&src;.actor&&Text;a&&href',
|
|
一级: '.video-list .item;a&&Text;img&&src;.actor&&Text;a&&href',
|
|
二级: '*',
|
|
searchUrl: '/search.php?searchword=**&page=fypage',
|
|
searchable: 2,
|
|
quickSearch: 1,
|
|
headers: {"User-Agent":"MOBILE_UA","Cookie":"searchneed=ok"},
|
|
timeout: 5000,
|
|
play_parse: true,
|
|
play_json: [{"re":"*","json":{"jx":1,"parse":1}}],
|
|
double: true,
|
|
limit: 6,
|
|
}; |