爱车MV.jsd 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. // 道长 drpy仓库 https://gitcode.net/qq_32394351/dr_py
  2. // 道长 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
  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://gitcode.net/qq_32394351/dr_py/-/raw/master/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. // 20230308 登录会员后 才能观看视频!
  11. var rule = {
  12. title:'爱车MV',
  13. host:'https://www.ichemv.com',
  14. homeUrl:'/mv/',
  15. url:'/mv/fyclass_fypage.html',
  16. searchUrl:'/search.php?key=**',
  17. searchable:2,
  18. quickSearch:0,
  19. class_parse:'.m_bor li;a&&Text;a&&href;/mv/(\\d+)_1.html',
  20. headers:{
  21. 'User-Agent':'MOBILE_UA'
  22. },
  23. timeout:5000,
  24. play_parse:true,
  25. lazy:'',
  26. limit:6,
  27. double:false,
  28. 推荐:'*',
  29. 一级:'.mv_list li;.mv_name&&Text;.pic img&&src;.mv_p a:eq(0)&&Text;a&&href',
  30. 二级:'*',
  31. 搜索:'.play_xg li;.name&&Text;*;*;*',
  32. }