中国人.js 972 B

123456789101112131415161718192021222324
  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: '.header&&ul&&li;a&&Text;a&&href;/(\\d+).html',
  12. play_parse: true,
  13. lazy: '',
  14. limit: 6,
  15. 推荐: 'body&&.content;div.drama;*;*;*;*',
  16. double:true,
  17. 一级: '.content&&div.drama;.title&&Text;.imgcover&&style;p&&Text;a&&href',
  18. 二级: {
  19. "title": ".title&&Text",
  20. "content": "pre&&Text",
  21. "tabs": ".items&&b",//解析源
  22. "lists": "body&&.items:eq(#id) li"
  23. },
  24. }