forked from qist/tvbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d6cb5e
commit c896202
Showing
6 changed files
with
84 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
var rule={ | ||
title: '奈飞中文', | ||
host: 'https://www.naifei.io', | ||
url: '/vodshow/id/fyclass/page/fypage.html', | ||
searchUrl: '/search/**----------fypage---.html', | ||
searchable: 2,//是否启用全局搜索, | ||
quickSearch: 0,//是否启用快速搜索, | ||
filterable: 0,//是否启用分类筛选, | ||
class_parse: '.nav-menu-items&&li;a&&Text;a&&href;.*/(.*?).html', | ||
play_parse: true, | ||
lazy: '', | ||
limit: 6, | ||
推荐: '.module-list;.module-items&&.module-item;a&&title;img&&data-src;.module-item-text&&Text;a&&href', | ||
double: true, // 推荐内容是否双层定位 | ||
一级: '.module-items .module-item;a&&title;img&&data-src;.module-item-text&&Text;a&&href', | ||
二级: { | ||
"title": "h1&&Text;.tag-link&&Text", | ||
"img": ".module-item-pic&&img&&data-src", | ||
"desc": ".video-info-aux&&.tag-link&&Text;.video-info-aux&&a:eq(1)&&Text;.video-info-items:eq(2)&&Text;.video-info-items:eq(5)&&Text", | ||
"content": ".vod_content&&Text", | ||
"tabs": ".module-tab-item", | ||
"lists": ".module-player-list:eq(#id)&&.scroll-content&&a" | ||
}, | ||
搜索: '.module-items .module-search-item;a&&title;img&&data-src;.video-serial&&Text;a&&href', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
var rule={ | ||
title: '西瓜影院', | ||
host: 'https://www.uccomic.com', | ||
url: '/vodshow/fyclass--------fypage---/', | ||
searchUrl: '/index.php/ajax/suggest?mid=1&wd=**', | ||
searchable: 2,//是否启用全局搜索, | ||
quickSearch: 0,//是否启用快速搜索, | ||
filterable: 0,//是否启用分类筛选, | ||
class_parse: '.menulist.hidden-xs li:gt(0):lt(5);a&&Text;a&&href;.*/(.*?)/', | ||
play_parse: true, | ||
lazy: '', | ||
limit: 6, | ||
推荐: 'body&&.col-md-2.col-sm-3.col-xs-4;a&&title;a&&data-original;.note.textbg&&Text;a&&href', | ||
//double: true, // 推荐内容是否双层定位 | ||
一级: 'body&&.col-md-2.col-sm-3.col-xs-4;a&&title;a&&data-original;.note.textbg&&Text;a&&href', | ||
二级: { | ||
"title": "h3&&Text", | ||
"img": "", | ||
"desc": "", | ||
"content": "", | ||
"tabs": ".option", | ||
"lists": ".playlistlink-1:eq(#id) li" | ||
}, | ||
搜索:'json:list;name;pic;;id', | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.