mirror of
https://github.com/qist/tvbox.git
synced 2026-04-18 05:22:42 +00:00
Add files via upload
This commit is contained in:
21
js/爱车MV.js
21
js/爱车MV.js
@@ -1,14 +1,3 @@
|
||||
// 道长 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
|
||||
|
||||
|
||||
var rule = {
|
||||
title:'爱车MV',
|
||||
host:'https://www.ichemv.com',
|
||||
@@ -17,7 +6,8 @@ var rule = {
|
||||
searchUrl:'/search.php?key=**',
|
||||
searchable:2,
|
||||
quickSearch:0,
|
||||
class_parse:'.m_bor li;a&&Text;a&&href;/mv/(\\d+)_1.html',
|
||||
// class_parse:'.m_bor li;a&&Text;a&&href;/mv/(\\d+)_1.html',
|
||||
class_parse:'.lei_fl li;a&&Text;a&&href;/mv/(\\d+)_1.html',
|
||||
headers:{
|
||||
'User-Agent':'MOBILE_UA'
|
||||
},
|
||||
@@ -27,7 +17,10 @@ var rule = {
|
||||
limit:6,
|
||||
double:false,
|
||||
推荐:'*',
|
||||
一级:'.mv_list li;.mv_name&&Text;.pic img&&src;.mv_p a:eq(0)&&Text;a&&href',
|
||||
// 一级:'.mv_list li;.mv_name&&Text;.pic img&&src;.mv_p a:eq(0)&&Text;a&&href',
|
||||
// 一级:'js:var d=[];pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd;var html=request(input);let list=pdfa(html,".sp_list&&li");list.forEach((it)=>{let urll=pd(it,"a&&href");let pic_urll=pd(request(urll),".pic:eq(0)&&img&&src");d.push({title:pdfh(it,".name&&Text"),desc:"🎤"+pdfh(it,".mv_p&&a&&Text"),pic_url:pic_urll,url:urll})});setResult(d);',
|
||||
一级:'js:var d=[];pdfh=jsp.pdfh;pdfa=jsp.pdfa;pd=jsp.pd;var html=request(input);let list=pdfa(html,".sp_list&&li");list.forEach((it)=>{d.push({title:pdfh(it,".name&&Text"),desc:"🎤"+pdfh(it,".mv_p&&a&&Text"),pic_url:"https://www.ichemv.com/user/static/images/cover/singer.jpg",url:pd(it,"a&&href")})});setResult(d);',
|
||||
二级:'*',
|
||||
搜索:'.play_xg li;.name&&Text;*;*;*',
|
||||
// 搜索:'.play_xg li;.name&&Text;*;*;*',
|
||||
搜索:'*',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user