乐猪TV.js 984 字节
Newer Older
H
hjdhnx 已提交
1 2 3 4 5
var rule = {
    title:'乐猪TV',
    host:'http://www.lezhutv.com',
    // homeUrl:'/',
    url:'/type/fyclass-fypage.html',
H
hjdhnx 已提交
6 7
    // searchUrl:'/search-pg-fypage-wd-**.html',
    searchUrl:'/index.php?m=vod-search#wd=**&search=;post',
H
hjdhnx 已提交
8
    searchable:2,
H
hjdhnx 已提交
9 10
    quickSearch:0,
    headers:{
H
hjdhnx 已提交
11 12
        // 'User-Agent':'UC_UA'
        'User-Agent':'MOBILE_UA'
H
hjdhnx 已提交
13 14 15 16 17 18
    },
    timeout:5000,
    class_parse:'div.nav a;a&&Text;a&&href;/(\\d.+).html',
    play_parse:true,
    lazy:'',
    limit:5,
19
    推荐:'.tbox2;*;*;*;*;*',
H
hjdhnx 已提交
20 21
    double:true, // 推荐内容是否双层定位
    一级:'ul.tbox_m2 li;a&&title;a&&data-original;span&&Text;a&&href',
H
hjdhnx 已提交
22
    二级:{"title":".data h4--i&&Text;.yac&&Text","img":".item-lazy&&data-original","desc":";;;.act&&Text;.dir&&Text","content":".tbox_js&&Text","tabs":"js:pdfa=jsp.pdfa;TABS=pdfa(html,'.tbox_t h3').map(function(it,idex){return '线路'+(idex+1)})","lists":"ul.list_block:eq(#id) li","tabs":".tbox_t h3"},
H
hjdhnx 已提交
23
    搜索:'ul.tbox_m li;*;*;*;*',
H
hjdhnx 已提交
24 25
	
}