czspp.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "ua":"",
  3. "homeUrl":"https://www.czspp.com",
  4. "cateNode":"//ul[@class='navlist hidden-md-and-down']/li[contains(@id,'menu-item') and not (contains(@id,'33'))]/a",
  5. "cateName":"/text()",
  6. "cateId":"/@href",
  7. "cateIdR":"(\\w+)",
  8. "cateManual":{},
  9. "homeVodNode":"//div[contains(@class,'bt_img mi_ne_kd')]/ul/li/a",
  10. "homeVodName":"/following-sibling::h3/a/text()",
  11. "homeVodId":"/@href",
  12. "homeVodIdR":"/movie/(\\w+).html",
  13. "homeVodImg":"/img/@data-original",
  14. "homeVodImgR":"\\S+(http\\S+)",
  15. "homeVodMark":"/div/span/text()",
  16. "cateUrl":"https://www.czspp.com/{cateId}/page/{catePg}",
  17. "cateVodNode":"//div[@class='bt_img mi_ne_kd mrb']/ul/li/a",
  18. "cateVodName":"/following-sibling::h3/a/text()",
  19. "cateVodId":"/@href",
  20. "cateVodIdR":"/movie/(\\w+).html",
  21. "cateVodImg":"/img/@data-original",
  22. "cateVodImgR":"\\S+(http\\S+)",
  23. "cateVodMark":"/div/span/text()",
  24. "dtUrl":"https://www.czspp.com/movie/{vid}.html",
  25. "dtNode":"//div[@class='mi_ne_kd dypre']",
  26. "dtName":"/div[@class='dytext fl']/div/h1/text()",
  27. "dtNameR":"/movie/(\\w+).html",
  28. "dtImg":"/div[@class='dyimg fl']/img/@src",
  29. "dtImgR":"\\S+(http\\S+)",
  30. "dtCate":"/div[@class='dytext fl']/ul/li[contains(text(),'类型')]/a/text()",
  31. "dtCateR":"",
  32. "dtYear":"/div[@class='dytext fl']/ul/li[contains(text(),'年份')]/a/text()",
  33. "dtYearR":"",
  34. "dtArea":"/div[@class='dytext fl']/ul/li[contains(text(),'地区')]/a/text()",
  35. "dtAreaR":"",
  36. "dtMark":"",
  37. "dtMarkR":"",
  38. "dtActor":"/div[@class='dytext fl']/ul/li[contains(text(),'主演')]/a/text()",
  39. "dtActorR":"",
  40. "dtDirector":"/div[@class='dytext fl']/ul/li[contains(text(),'导演')/a/text()",
  41. "dtDirectorR":"",
  42. "dtDesc":"",
  43. "dtDescR":"",
  44. "dtFromNode":"//div[@class='mi_paly_box']/div[@class='mi_ne_kd']",
  45. "dtFromName":"/div[@class='ypxingq_t']/text()",
  46. "dtFromNameR":"",
  47. "dtUrlNode":"//div[@class='paly_list_btn']",
  48. "dtUrlSubNode":"/a",
  49. "dtUrlId":"@href",
  50. "dtUrlIdR":"/v_play/(\\S+).html",
  51. "dtUrlName":"/text()",
  52. "dtUrlNameR":"",
  53. "playUrl":"https://www.czspp.com/v_play/{playUrl}.html",
  54. "playUa":"",
  55. "searchUrl":"https://www.czspp.com/xssearch?q={wd}",
  56. "scVodNode":"//div[@class='bt_img mi_ne_kd search_list']/ul/li/a",
  57. "scVodName":"/img/@alt",
  58. "scVodId":"/@href",
  59. "scVodIdR":"/movie/(\\w+).html",
  60. "scVodImg":"/img/@src",
  61. "scVodMark":"/div[@class='jidi']/span/text()"
  62. }