看57.js 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. var rule = {
  2. title: '看57',
  3. host: 'https://www.kan57.net',
  4. url: '/vodshow/fyclass/page/fypage.html',
  5. searchUrl: '/vodsearch/**index/page/fypage.html',
  6. searchable: 2,
  7. quickSearch: 0,
  8. filterable: 0,
  9. filter: '',
  10. filter_url: '',
  11. filter_def: {},
  12. headers: {
  13. 'User-Agent': 'MOBILE_UA',
  14. },
  15. timeout: 5000,
  16. class_parse: 'ul.flex.around&&li;a&&Text;a&&href;.*/(.*?).html',
  17. cate_exclude: '',
  18. play_parse: true,
  19. lazy: "js:\n input = { parse: 1, url: input, js: '' };",
  20. double: true,
  21. 推荐: '*',
  22. 一级: 'body&&.public-list-box;a&&title;img&&data-src;.public-list-prb&&Text;a&&href',
  23. 二级: {
  24. title: 'h3&&Text;类型',
  25. img: '.mask-0&&data-src',
  26. desc: '.detail-info .this-info&&span:eq(1)--strong&&Text;.detail-info .this-info&&span:eq(2)--strong&&Text;.detail-info .this-info&&span:eq(3)--strong&&Text;.lightSpeedIn .this-info:eq(4)--strong&&Text;.lightSpeedIn .this-info:eq(3)--strong&&Text',
  27. content: '#height_limit&&Text',
  28. tabs: '.anthology-tab a',
  29. lists: '.anthology-list-play:eq(#id)&&li',
  30. tab_text: 'a--span&&Text',
  31. list_text: 'body&&Text',
  32. list_url: 'a&&href',
  33. },
  34. 搜索: '*',
  35. }