1
0

zhonghua.js 982 B

1234567891011121314151617181920212223242526272829
  1. // 搜索验证
  2. var rule = {
  3. title:'中华听书网',
  4. host:'https://www.tingshucn.com',
  5. url:'/list/fyclass-fypage.html',
  6. searchUrl:'/search.php?page=fypage#searchword=**&searchtype=;post',
  7. searchable:2,
  8. quickSearch:0,
  9. headers:{
  10. 'User-Agent':'PC_UA'
  11. },
  12. timeout:5000,
  13. class_parse: '#news_nav&&li:has(a);a&&Text;a&&href;.*/(\\d+).html',
  14. play_parse:true,
  15. lazy:'js:input=input.replace("www","m")',
  16. limit:6,
  17. 图片来源:'@Referer=https://www.tingshucn.com',
  18. 推荐:'.layout_right:eq(1)&&li;*;*;em&&Text;*',
  19. 一级:'.listBox&&li;img&&alt;img&&src;p:eq(0)&&span&&Text;a&&href',
  20. 二级:{
  21. title:'h3&&Text;.webzi_top&&li:eq(4)&&Text',
  22. img:'.pic&&img&&src',
  23. desc:'.webzi_top&&li:eq(1)&&span&&Text;;;.webzi_top&&li:eq(3)&&Text;.webzi_top&&li:eq(2)&&Text',
  24. content:'#idDIV--a&&Text',
  25. tabs:'.content_jrtop:eq(0)&&li',
  26. lists:'.videourl:eq(#id)&&li'
  27. },
  28. 搜索:'*',
  29. }