CN影视.js 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. var rule = {
  2. title: 'CN影视',
  3. host: 'https://cnys.tv',
  4. 模板:'短视2',
  5. searchUrl: 'vodsearch/page/fypage/wd/**.html',
  6. url: '/vodshow-fyclass/page/fypage.html',
  7. searchable: 2,//是否启用全局搜索,
  8. quickSearch: 1,//是否启用快速搜索,
  9. filterable: 0,//是否启用分类筛选,
  10. headers: {
  11. 'User-Agent': 'MOBILE_UA',
  12. },
  13. class_name:'电影&剧集&动漫&综艺',
  14. class_url:'1&2&4&3',
  15. //detailUrl:'/vodplay-fyid.html',
  16. play_parse: true,
  17. limit: 6,
  18. 推荐: '*',
  19. double: true, // 推荐内容是否双层定位
  20. 一级: '.public-list-exp;a&&title;img&&data-src;.ft2&&Text;a&&href',
  21. 二级: {
  22. title: 'h3&&Text;.hl-ma0&&Text',
  23. img: '.mask-0&&data-src',
  24. desc: '.detail-info .slide-info:eq(1)--strong&&Text;.deployment.none.cor5&&span&&Text;.deployment.none.cor5&&span:eq(2)&&Text;.detail-info .slide-info:eq(3)--strong&&Text;.detail-info .slide-info:eq(2)--strong&&Text',
  25. content: '#height_limit&&Text',
  26. tabs: '.anthology-tab a',
  27. lists: '.anthology-list-play:eq(#id)&&li',
  28. tab_text: 'body&&Text',
  29. list_text: 'body&&Text',
  30. list_url: 'a&&href',
  31. },
  32. 搜索: '.public-list-box;.thumb-txt&&Text;.public-list-exp&&img&&data-src;.public-list-prb&&Text;a&&href',
  33. }