Pending changes exported from your codespace

This commit is contained in:
xiaoliu
2024-05-10 07:47:49 +00:00
parent 619bdd1e4f
commit e56c732e34
17 changed files with 446 additions and 401 deletions

View File

@@ -1,6 +1,7 @@
{
"spider": "./spider.jar",
"wallpaper": "http://我不是.肥猫.live/ppic/feimao.php",
"logo": "http://我不是.肥猫.live/fatcat.jpg",
"sites": [
{
"key": "drpy_js_豆瓣",
@@ -35,6 +36,15 @@
"filterable": 1,
"ext": "https://www.80yy3.com/"
},
{
"key": "胖虎",
"name": "🐯┃胖虎┃影视",
"type": 3,
"api": "csp_Panghu",
"searchable": 1,
"quickSearch": 1,
"filterable": 1
},
{
"key": "csp_Nkdy",
"name": "🏔┃耐看┃影视",
@@ -42,13 +52,6 @@
"playerType": "2",
"api": "csp_Nkdy"
},
{
"key": "csp_Czys",
"name": "🍊┃橙汁┃影视",
"type": 3,
"playerType": "2",
"api": "csp_Czys"
},
{
"key": "csp_Juqq",
"name": "⭕┃剧圈┃影视",
@@ -61,7 +64,10 @@
"name": "🍎┃苹果┃影视",
"type": 3,
"playerType": "2",
"api": "csp_LiteApple"
"api": "csp_LiteApple",
"searchable": 1,
"quickSearch": 1,
"filterable": 1
},
{
"key": "csp_Panda_玩偶哥哥",
@@ -116,13 +122,6 @@
"api": "csp_AppRZ",
"ext": "http://rzys.xyz/"
},
{
"key": "csp_Freeok",
"name": "👌┃FreeOK┃影视",
"type": 3,
"playerType": "1",
"api": "csp_Freeok"
},
{
"key": "csp_Nmys",
"name": "🌾┃农民┃影视",
@@ -187,20 +186,6 @@
"quickSearch": 1,
"filterable": 1
},
{
"key": "csp_GanFan",
"name": "🍙┃干饭┃影视",
"type": 3,
"api": "csp_GanFan",
"playerType": 2
},
{
"key": "白嫖",
"name": "🌅┃白嫖┃影视",
"type": 3,
"api": "csp_BaiPiao",
"playerType": "2"
},
{
"key": "saohuo",
"name": " 👗┃骚火┃影视",
@@ -371,22 +356,6 @@
"playerType": "2",
"ext": "https://www.voflix.me/"
},
{
"key": "csp_Duanju",
"name": "🎭┃短剧┃视频",
"type": 3,
"api": "csp_Duanju",
"playerType": "2",
"searchable": 0
},
{
"key": "种子短剧",
"name": "🍒┃短剧┃种子",
"type": 3,
"api": "./api/drpy2.min.js",
"ext": "./js/种子短剧.js",
"playerType": 2
},
{
"key": "alist",
"name": "🍰┃小鸭┃网盘",

View File

@@ -1,23 +0,0 @@
var rule = {
title: '种子短剧',
host: 'http://zzdj.cc',
homeUrl: '/api.php/provide/vod?ac=detail',
searchUrl: '/api.php/provide/vod?ac=detail&wd=**&pg=fypage',
detailUrl: '/api.php/provide/vod?ac=detail&ids=fyid',
url: '/api.php/provide/vod?ac=detail&t=fyclass&pg=fypage&f=',
class_name: '短剧&KS&DY&都市&古装&重生&逆袭&虐恋&萌宝&言情&穿越&战神&神医&赘婿&甜宠&其他',
class_url: '1&2&3&4&5&6&7&8&9&10&11&12&13&14&15&16',
tab_rename:{'zzdj':'公众号:肥猫宝贝'},
推荐: 'json:list;vod_name;vod_pic;vod_remarks;vod_id',
一级: 'json:list;vod_name;vod_pic;vod_remarks;vod_id',
二级: `js:
let html = request(input);
let list = JSON.parse(html).list;
if(list.length===1){
VOD = list[0];
VOD.vod_blurb = VOD.vod_blurb.replace(/ /g, '').replace(/<[^>]*>/g, '');
VOD.vod_content = VOD.vod_content.replace(/ /g, '').replace(/<[^>]*>/g, '');
}
`,
搜索: 'json:list;vod_name;vod_pic;vod_remarks;vod_id',
}

Binary file not shown.