闪雷电.js 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. var rule = {
  2. title: '闪雷电',
  3. 编码: 'gb2312',
  4. host: 'http://120.224.7.90:808',
  5. url: '/www/List.asp?classid=fyclass&searchword=&page=fypage',
  6. filterable: 0,//是否启用分类筛选,
  7. class_name: '电视剧&电影&综艺&动漫&音乐',
  8. class_url: '10&5000&8&6&12',
  9. searchUrl: '/www/List.asp?classid=30&searchword=**&page=fypage',
  10. searchable: 2,
  11. quickSearch: 0,
  12. headers: {
  13. 'User-Agent': 'MOBILE_UA',
  14. },
  15. play_parse: true,
  16. lazy: $js.toString(() => {
  17. var html = 'http://120.224.7.90:808/PlayMov.asp?ClassId=' + input.split(",")[2] + '&video=2&exe=0&down=0&movNo=' + input.split(",")[3] + '&vgver=undefined&ClientIP=120.224.7.90'
  18. var url = request(html).match(/push\('(.*?)'/)[1]
  19. input = {
  20. jx: 0,
  21. url: url,
  22. parse: 0
  23. };
  24. }),
  25. limit: 6,
  26. 推荐: 'ul:eq(4)&&strong;img&&alt;img&&src;span:eq(1)&&Text;a&&href',
  27. 一级: 'ul:eq(5)&&strong;img&&alt;img&&src;span:eq(1)&&Text;a&&href',
  28. 二级: {
  29. title: "ul:eq(2)&&li:eq(0)&&Text",
  30. img: "img:eq(1)&&src",
  31. desc: "ul:eq(2)&&li:eq(1)&&Text;ul:eq(2)&&li:eq(2)&&Text;ul:eq(2)&&li:eq(3)&&Text",
  32. content: "body div.position&&div:eq(4)&&Text",
  33. tabs:'js:TABS = ["尤东风💠在线"]',
  34. //tabs: "尤东风💠在线",
  35. lists: 'body&&a[onclick^="senfe"]',
  36. list_url: 'a&&onclick',
  37. list_text: 'a&&Text'
  38. },
  39. 搜索: '*',
  40. }