1234567891011121314151617181920212223242526272829303132333435 |
- var rule = {
- title: '看57',
- host: 'https://www.kan57.net',
- url: '/vodshow/fyclass/page/fypage.html',
- searchUrl: '/vodsearch/**index/page/fypage.html',
- searchable: 2,
- quickSearch: 0,
- filterable: 0,
- filter: '',
- filter_url: '',
- filter_def: {},
- headers: {
- 'User-Agent': 'MOBILE_UA',
- },
- timeout: 5000,
- class_parse: 'ul.flex.around&&li;a&&Text;a&&href;.*/(.*?).html',
- cate_exclude: '',
- play_parse: true,
- lazy: "js:\n input = { parse: 1, url: input, js: '' };",
- double: true,
- 推荐: '*',
- 一级: 'body&&.public-list-box;a&&title;img&&data-src;.public-list-prb&&Text;a&&href',
- 二级: {
- title: 'h3&&Text;类型',
- img: '.mask-0&&data-src',
- desc: '.detail-info .this-info&&span:eq(1)--strong&&Text;.detail-info .this-info&&span:eq(2)--strong&&Text;.detail-info .this-info&&span:eq(3)--strong&&Text;.lightSpeedIn .this-info:eq(4)--strong&&Text;.lightSpeedIn .this-info:eq(3)--strong&&Text',
- content: '#height_limit&&Text',
- tabs: '.anthology-tab a',
- lists: '.anthology-list-play:eq(#id)&&li',
- tab_text: 'a--span&&Text',
- list_text: 'body&&Text',
- list_url: 'a&&href',
- },
- 搜索: '*',
- }
|