上传文件至 'js'

This commit is contained in:
zzzlllmmm1 2022-10-20 11:56:25 +00:00
parent 2541aaf30f
commit 12a5fa0e3a
2 changed files with 53 additions and 0 deletions

24
js/唐人街影视.js Normal file
View File

@ -0,0 +1,24 @@
var rule={
title:'唐人街影视',
host:'https://www.tangrenjie.tv',
url:'/vod/show/id/fyclass/page/fypage.html',
searchUrl:'/vod/search/page/fypage/wd/**.html',
searchable:2,//是否启用全局搜索,
quickSearch:0,//是否启用快速搜索,
filterable:0,//是否启用分类筛选,
headers:{
'User-Agent':'UC_UA',
},
// class_parse:'.fed-pops-navbar&&ul.fed-part-rows&&a.fed-part-eone:gt(0):lt(5);a&&Text;a&&href;.*/(.*?).html',
//class_parse:'.top_nav&&ul li:gt(0):lt(25);a&&Text;a&&href;.*/(.*?).html',
class_name:'电影&电视剧&综艺&动漫',
class_url:'1&2&3&4',
play_parse:true,
lazy:'',
limit:6,
推荐:'ul.vodlist.vodlist_wi;li;a&&title;a&&data-original;.pic_text.text_right&&Text;a&&href',
double:true, // 推荐内容是否双层定位
一级:'li.vodlist_item;a&&title;a&&data-original;.pic_text.text_right&&Text;a&&href',
二级:{"title":"h2&&Text;.content_detail.content_min.fl .data_style&&Text","img":".content_thumb .vodlist_thumb&&data-original","desc":".content_detail.content_min.fl li:eq(0)&&Text;.content_detail.content_min.fl li:eq(2)&&Text;.content_detail.content_min.fl li:eq(3)&&Text","content":".content&&Text","tabs":".play_source_tab:eq(0) a","lists":".content_playlist:eq(#id) li"},
搜索:'body .searchlist_item;a&&title;.vodlist_thumb&&data-original;.pic_text.text_right&&Text;a&&href;.vodlist_sub&&Text',
}

29
js/抓饭体育.js Normal file
View File

@ -0,0 +1,29 @@
// 道长 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
// Pluto Player官方TG https://t.me/PlutoPlayer
// Pluto Player官方TG https://t.me/PlutoPlayerChannel
var rule = {
title:'抓饭体育',
host:'https://www.zhuafan.tech',
url:'/sports-home/category/fyclass',
class_name:'全部&足球&篮球&羽乒&台球&棒球&户外&搏击&综合&棋盘&电竞&网球&排球&聊天&原声',
class_url:'all&Football&Basketball&Badminton&Billiards&Baseball&Outdoors&Wrestling&Others&Boardgame&Popular&Tennis&Volleyball&Chat&Acoustic',
homeUrl:'/sports-home/category/all',//网站的首页链接,用于分类获取和推荐获取
detailUrl:'https://m.zhuafan.tech/fyid',//二级详情拼接链接(json格式用)
searchUrl:'/live-search/search/query/data?keyword=**&page=fypage&num=&searchType=all&uid=null&from=pc',
searchable:2,
quickSearch:0,
headers:{
'User-Agent':'PC_UA'
},
limit:6,
timeout:5000,
play_parse:true,
lazy:'',
double:false,
推荐:'*',
一级:'json:data;cname;imageUrl;uname;id',
二级:'*',
搜索:'json:cObj.cList;*;*;*;_id',
}