酷奇MV.jsd 596 B

123456789101112131415161718192021222324
  1. // 20230308 登录会员后 才能观看视频!
  2. var rule = {
  3. title:'酷奇MV',
  4. host:'https://www.kuqimv.com',
  5. homeUrl:'/play/',
  6. url:'/play/fyclass_fypage.html',
  7. searchUrl:'/search.php?key=**',
  8. searchable:2,
  9. quickSearch:0,
  10. class_parse:'.m_bor li;a&&Text;a&&href;/play/(\\d+)_1.html',
  11. headers:{
  12. 'User-Agent':'MOBILE_UA'
  13. },
  14. timeout:5000,
  15. play_parse:true,
  16. lazy:'',
  17. limit:6,
  18. double:false,
  19. 推荐:'*',
  20. 一级:'.mv_list li;.name&&Text;.pic img&&src;.singer&&Text;a&&href',
  21. 二级:'*',
  22. 搜索:'.play_xg li;*;*;*;*',
  23. }