mirror of https://github.com/gaotianliuyun/gao
parent
bd29983fc4
commit
df372b7a0b
@ -0,0 +1,36 @@ |
||||
// 道长 drpy仓库 https://gitcode.net/qq_32394351/dr_py
|
||||
// 道长 drpy安卓本地搭建说明 https://gitcode.net/qq_32394351/dr_py/-/blob/master/%E5%AE%89%E5%8D%93%E6%9C%AC%E5%9C%B0%E6%90%AD%E5%BB%BA%E8%AF%B4%E6%98%8E.md
|
||||
// 道长 drpy写源 模板规则说明 https://gitcode.net/supertlo/dr_py#%E6%A8%A1%E6%9D%BF%E8%A7%84%E5%88%99%E8%AF%B4%E6%98%8E
|
||||
// 道长 drpy写源 套模模版 https://gitcode.net/qq_32394351/dr_py/-/raw/master/js/%E6%A8%A1%E6%9D%BF.js
|
||||
// 道长 drpy写源 影片教程 http://101.34.67.237:5244/%E6%95%99%E8%82%B2/drpy
|
||||
// 道长 drpy写源 影片教程(m3u8切片) https://freedrpy.run.goorm.io/txt/jc/playlist.m3u8
|
||||
// 海阔下载 https://haikuo.lanzoui.com/u/GoldRiver
|
||||
// Pluto Player官方TG https://t.me/PlutoPlayer
|
||||
// Pluto Player官方TG https://t.me/PlutoPlayerChannel
|
||||
|
||||
// pluto 播放正常
|
||||
// 俊老的壳或PythonBox 在rules新增底下设定 即可正常播放
|
||||
// {"host":"www.djuu.com","rule":["mp4.djuu.com"]},
|
||||
|
||||
var rule = { |
||||
title:'DJ音乐', |
||||
host:'http://www.djuu.com', |
||||
homeUrl:'/exclusive/115_1.html',//网站的首页链接,可以是完整路径或者相对路径,用于分类获取和推荐获取 fyclass是分类标签 fypage是页数
|
||||
url:'/djlist/fyclass_fypage.html', |
||||
searchUrl:'/search?musicname=**', |
||||
searchable:2, |
||||
quickSearch:0, |
||||
class_parse:'#top_banner_bg div;a&&Text;a&&href;/djlist/(\\d+)_1.html', |
||||
headers:{ |
||||
'User-Agent':'MOBILE_UA' |
||||
}, |
||||
timeout:5000, |
||||
play_parse:true, |
||||
lazy:'', |
||||
limit:6, |
||||
double:false, |
||||
推荐:'*', |
||||
一级:'.list_musiclist tr:gt(0);a&&title;img&&src;.cor999:eq(1)&&Text;a&&href', |
||||
二级:'*', |
||||
搜索:'*;*;*;.sc_1&&Text;*', |
||||
} |
||||
@ -0,0 +1,26 @@ |
||||
var rule={ |
||||
title:'吼吼', |
||||
host:'https://www.hoho.tv', |
||||
// homeUrl:'/',
|
||||
url:'/vod/show/fyclass/page/fypage.html', |
||||
searchUrl:'/vod/search/wd/**.html', |
||||
searchable:2,//是否启用全局搜索,
|
||||
quickSearch:1,//是否启用快速搜索,
|
||||
filterable:0,//是否启用分类筛选,
|
||||
headers:{//网站的请求头,完整支持所有的,常带ua和cookies
|
||||
'User-Agent':'MOBILE_UA', |
||||
// "Cookie": "searchneed=ok"
|
||||
}, |
||||
class_name:'电影&连续剧&综艺&动漫&纪录片', |
||||
class_url:'1&2&3&4&20', |
||||
//class_parse:'ul.nav-menu-items&&li;a&&Text;a&&href;./(\\d+).html',
|
||||
//cate_exclude:'',
|
||||
play_parse:true, |
||||
lazy:'', |
||||
limit:6, |
||||
推荐:'.module-list;.module-items&&.module-item;a&&title;.lazyloaded&&data-src;.module-item-caption&&span&&Text;a&&href', |
||||
double:true, // 推荐内容是否双层定位
|
||||
一级:'.module-items&&.module-item;a&&title;.lazyloaded&&data-src;.module-item-caption&&span&&Text;a&&href', |
||||
二级:{"title":"h1.page-title&&Text;.video-info-aux&&a&&Text","img":".lazyload&&data-src","desc":";;;.video-info-items:eq(1)&&Text;.video-info-items:eq(0)&&Text","content":".vod_content&&Text","tabs":".module-tab-content&&span","lists":".module-blocklist:eq(#id) a"}, |
||||
搜索:'body&&.module-search-item;h3&&a&&title;.lazyload&&data-src;*;*', |
||||
} |
||||
File diff suppressed because one or more lines are too long
@ -0,0 +1,8 @@ |
||||
var rule={ |
||||
title:'饭团', |
||||
模板:'首图', |
||||
host:'https://fositv.com', |
||||
url:'/vod____type/fyclass-fypage.html', |
||||
二级:{"title":".text-fff&&Text;.myui-player__data p&&Text","img":"","desc":".myui-player__data p&&Text;;;.text-collapse p:eq(1)&&Text;.text-collapse p:eq(0)&&Text","content":".data&&Text","tabs":".nav-tabs:eq(0) li","lists":".myui-content__list:eq(#id) li"}, |
||||
searchUrl:'/vod_search/-------------.html?wd=**', |
||||
} |
||||
Loading…
Reference in new issue