if101[飞].js 1.1 KB
Newer Older
H
hjdhnx 已提交
1 2 3 4 5 6 7
var rule={
    title:'if101',
    host:'https://www.oulevod.tv',
    // homeUrl:'/',
    url:'/index.php/vod/show/id/fyclass/page/fypage.html',
    searchUrl:'/index.php/vod/search.html?wd=**',
    searchable:2,//是否启用全局搜索,
H
hjdhnx 已提交
8
    quickSearch:1,//是否启用快速搜索,
H
hjdhnx 已提交
9 10 11 12 13 14 15 16 17 18
    filterable:0,//是否启用分类筛选,
    headers:{//网站的请求头,完整支持所有的,常带ua和cookies
        'User-Agent':'MOBILE_UA',
        // "Cookie": "searchneed=ok"
    },
    class_parse:'.conch-nav&&ul&&li;a&&Text;a&&href;./(\\d+).html',
    cate_exclude:'',
    play_parse:true,
    lazy:'',
    limit:6,
H
hjdhnx 已提交
19
    推荐:'body&&.hl-list-wrap;ul&&li;*;*;*;*',
H
hjdhnx 已提交
20 21
    double:true, // 推荐内容是否双层定位
    一级:'.hl-vod-list&&li;a&&title;.hl-lazy&&data-original;.hl-pic-text&&Text;a&&href',
H
hjdhnx 已提交
22 23
    二级:{"title":"h2.hl-dc-title&&Text;.hl-full-box&&ul&&li:eq(6) a&&Text","img":".hl-lazy&&data-original","desc":";;;.hl-full-box&&ul&&li:eq(2) a&&Text;.hl-full-box&&ul&&li:eq(3) a&&Text","content":".hl-content-text&&Text","tabs":".hl-from-list&&li","lists":".hl-plays-list:eq(#id) li"},
    搜索:'.hl-list-wrap&&.hl-item-pic;*;*;*;*',
H
hjdhnx 已提交
24
}