苹果爱微.js 1.0 KB

12345678910111213141516171819202122232425262728
  1. /* 已知问题:
  2. 1.图片是base64文本编码壳子无法显示
  3. 2.播放地址 https://ss.rongliren.com/api/video/m3u8?id=22180&admin=1 像这样,壳子无法播放
  4. */
  5. var rule = {
  6. title:'苹果爱微',
  7. host:'https://files.yuchenglw.com',
  8. homeUrl:'/Index/lists?cat=1',
  9. url:'/Index/lists?cat=fyclass',
  10. headers:{
  11. 'User-Agent':'IOS_UA'
  12. },
  13. searchable:0,
  14. quickSearch:0,
  15. timeout:5000,
  16. // play_json:[{re:'*', json:{jx:0, parse:1,header:JSON.stringify({"user-agent":"Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1"})}}],
  17. // play_json:0,
  18. class_parse:'.childs a;a&&Text;a&&href;cat=(.*)',
  19. limit:5,
  20. play_parse:true,
  21. lazy:'',
  22. 推荐:'*',
  23. 一级:'.row.lists .item;.time&&Text;img&&data-src;.time&&Text;a&&href',
  24. // 二级:'*',
  25. 二级:'*',
  26. 图片来源:'@Referer=https://files.yuchenglw.com@Type=base64',
  27. lazy:'js:pd=jsp.pd;let html=request(input);let a=pd(html,"source&&src")+"#.m3u8";input=a'
  28. }