From 2335bd96a30bc553a224e113dda07eebc0aa53f4 Mon Sep 17 00:00:00 2001 From: yeyin <959567563@qq.com> Date: Mon, 13 Oct 2025 06:32:44 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20=E4=B8=83=E6=98=9F=E5=BD=B1=E8=A7=86/js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 七星影视/js/呦呦DJ.js | 36 +++ 七星影视/js/模板.js | 429 +++++++++++++++++++++++++++++ 七星影视/js/清风DJ.js | 628 ++++++++++++++++++++++++++++++++++++++++++ 七星影视/js/爱车MV.js | 23 ++ 七星影视/js/酷奇MV.js | 25 ++ 5 files changed, 1141 insertions(+) create mode 100644 七星影视/js/呦呦DJ.js create mode 100644 七星影视/js/模板.js create mode 100644 七星影视/js/清风DJ.js create mode 100644 七星影视/js/爱车MV.js create mode 100644 七星影视/js/酷奇MV.js diff --git a/七星影视/js/呦呦DJ.js b/七星影视/js/呦呦DJ.js new file mode 100644 index 0000000..4e873dd --- /dev/null +++ b/七星影视/js/呦呦DJ.js @@ -0,0 +1,36 @@ +// 道长 drpy仓库 https://gitcode.net/qq_32394351/dr_py +// 道长 drpy安卓本地搭建说明 https://code.gitlink.org.cn/api/v1/repos/hjdhnx/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://ghproxy.net/https://raw.githubusercontent.com/hjdhnx/dr_py/main/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': 'PC_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;*', +} \ No newline at end of file diff --git a/七星影视/js/模板.js b/七星影视/js/模板.js new file mode 100644 index 0000000..dacca08 --- /dev/null +++ b/七星影视/js/模板.js @@ -0,0 +1,429 @@ +if (typeof Object.assign !== 'function') { + Object.assign = function() { + let target = arguments[0]; + for (let i = 1; i < arguments.length; i++) { + let source = arguments[i]; + for (let key in source) { + if (Object.prototype.hasOwnProperty.call(source, key)) { + target[key] = source[key]; + } + } + } + return target; + }; +} + +// 通用免嗅探播放 +let common_lazy = `js: + let html = request(input); + let hconf = html.match(/r player_.*?=(.*?){d.push({title:pdfh(it,".name&&Text"),desc:"🎤"+pdfh(it,".singer&&Text")+"|"+pdfh(it,".time&&Text"),pic_url:pd(it,"img&&src"),url:pd(it,"a&&href"),})});setResult(d);', + 二级: '*', + 搜索: '.video_list&&li;a&&title;;.singer&&Text;a&&href;.t_03:eq(1)&&Text', +} \ No newline at end of file