中国人线上看.js 850 B

1234567891011121314151617181920212223242526
  1. var rule = {
  2. title: '中国人线上看',
  3. host: 'https://chinaqtv.co',
  4. url: '/vodtype/fyclass.html',
  5. //https://chinaqtv.co/vodsearch/.html?wd=4
  6. searchUrl: '/vodsearch/.html?wd=**',
  7. searchable: 2,//是否启用全局搜索,
  8. quickSearch: 0,//是否启用快速搜索,
  9. filterable: 0,//是否启用分类筛选,
  10. headers: { 'User-Agent': 'MOBILE_UA' },
  11. class_parse: '.menu-list&&li:gt(0);a&&Text;a&&href;/(\\d+).html',
  12. play_parse: true,
  13. pagecount: {"13":1,"14":1,"15":1,"20":1,"21":1,"22":1,"3":1},
  14. lazy: '',
  15. limit: 6,
  16. 推荐: 'body&&.content;div.drama;*;*;*;*',
  17. double: true,
  18. 一级: '.content&&div.drama;.title&&Text;.imgcover&&style;p&&Text;a&&href',
  19. 二级: {
  20. "title": ".title&&Text",
  21. "content": "pre&&Text",
  22. "tabs": "div.title:contains(片源)",
  23. "tab_text": "body&&Text",
  24. "lists": "div.episode.sizing&&ul:eq(#id) li"
  25. },
  26. }