DJ音乐.js 1.7 KB

123456789101112131415161718192021222324252627282930313233343536
  1. // 道长 drpy仓库 https://gitcode.net/qq_32394351/dr_py
  2. // 道长 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
  3. // 道长 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
  4. // 道长 drpy写源 套模模版 https://ghproxy.net/https://raw.githubusercontent.com/hjdhnx/dr_py/main/js/%E6%A8%A1%E6%9D%BF.js
  5. // 道长 drpy写源 影片教程 http://101.34.67.237:5244/%E6%95%99%E8%82%B2/drpy
  6. // 道长 drpy写源 影片教程(m3u8切片) https://freedrpy.run.goorm.io/txt/jc/playlist.m3u8
  7. // 海阔下载 https://haikuo.lanzoui.com/u/GoldRiver
  8. // Pluto Player官方TG https://t.me/PlutoPlayer
  9. // Pluto Player官方TG https://t.me/PlutoPlayerChannel
  10. // pluto 播放正常
  11. // 俊老的壳或PythonBox 在rules新增底下设定 即可正常播放
  12. // {"host":"www.djuu.com","rule":["mp4.djuu.com"]},
  13. var rule = {
  14. title:'DJ音乐',
  15. host:'http://www.djuu.com',
  16. homeUrl:'/exclusive/115_1.html',//网站的首页链接,可以是完整路径或者相对路径,用于分类获取和推荐获取 fyclass是分类标签 fypage是页数
  17. url:'/djlist/fyclass_fypage.html',
  18. searchUrl:'/search?musicname=**',
  19. searchable:2,
  20. quickSearch:0,
  21. class_parse:'#top_banner_bg div;a&&Text;a&&href;/djlist/(\\d+)_1.html',
  22. headers:{
  23. 'User-Agent':'PC_UA'
  24. },
  25. timeout:5000,
  26. play_parse:true,
  27. lazy:'',
  28. limit:6,
  29. double:false,
  30. 推荐:'*',
  31. 一级:'.list_musiclist tr:gt(0);a&&title;img&&src;.cor999:eq(1)&&Text;a&&href',
  32. 二级:'*',
  33. 搜索:'*;*;*;.sc_1&&Text;*',
  34. }