czspp.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. "本月热门":"benyueremen",
  10. "高分影视":"gaofenyingshi",
  11. "豆瓣电影TOP250": "dbtop250",
  12. "最新电影": "zuixindianying",
  13. "电视剧": "dsj",
  14. "国产剧": "gcj",
  15. "美剧": "meijutt",
  16. "韩剧": "hanjutv",
  17. "日剧":"movie_bt_series/rj",
  18. "海外剧": "movie_bt_series/hwj",
  19. "番剧": "fanju",
  20. "动漫": "dm",
  21. "韩国电影":"movie_bt_series/hanguodianying",
  22. "纪录片":"movie_bt/movie_bt_tags/jlpp"
  23. },
  24. "homeVodNode": "//div[contains(@class,'bt_img mi_ne_kd')]/ul/li/a",
  25. "homeVodName": "/following-sibling::h3/a/text()",
  26. "homeVodId": "/@href",
  27. "homeVodIdR": "/movie/(\\w+).html",
  28. "homeVodImg": "/img/@data-original",
  29. "homeVodImgR": "\\S+(http\\S+)",
  30. "homeVodMark": "/div/span/text()",
  31. "cateUrl": "https://www.czspp.com/{cateId}/page/{catePg}",
  32. "cateVodNode": "//div[@class='bt_img mi_ne_kd mrb']/ul/li/a",
  33. "cateVodName": "/following-sibling::h3/a/text()",
  34. "cateVodId": "/@href",
  35. "cateVodIdR": "/movie/(\\w+).html",
  36. "cateVodImg": "/img/@data-original",
  37. "cateVodImgR": "\\S+(http\\S+)",
  38. "cateVodMark": "/div/span/text()",
  39. "dtUrl": "https://www.czspp.com/movie/{vid}.html",
  40. "dtNode": "//div[@class='mi_ne_kd dypre']",
  41. "dtName": "/div[@class='dytext fl']/div/h1/text()",
  42. "dtNameR": "/movie/(\\w+).html",
  43. "dtImg": "/div[@class='dyimg fl']/img/@src",
  44. "dtImgR": "\\S+(http\\S+)",
  45. "dtCate": "/div[@class='dytext fl']/ul/li[contains(text(),'类型')]/a/text()",
  46. "dtCateR": "",
  47. "dtYear": "/div[@class='dytext fl']/ul/li[contains(text(),'年份')]/a/text()",
  48. "dtYearR": "",
  49. "dtArea": "/div[@class='dytext fl']/ul/li[contains(text(),'地区')]/a/text()",
  50. "dtAreaR": "",
  51. "dtMark": "",
  52. "dtMarkR": "",
  53. "dtActor": "/div[@class='dytext fl']/ul/li[contains(text(),'主演')]/a/text()",
  54. "dtActorR": "",
  55. "dtDirector": "/div[@class='dytext fl']/ul/li[contains(text(),'导演')/a/text()",
  56. "dtDirectorR": "",
  57. "dtDesc": "",
  58. "dtDescR": "",
  59. "dtFromNode": "//div[@class='mi_paly_box']/div[@class='mi_ne_kd']",
  60. "dtFromName": "/div[@class='ypxingq_t']/text()",
  61. "dtFromNameR": "",
  62. "dtUrlNode": "//div[@class='paly_list_btn']",
  63. "dtUrlSubNode": "/a",
  64. "dtUrlId": "@href",
  65. "dtUrlIdR": "/v_play/(\\S+).html",
  66. "dtUrlName": "/text()",
  67. "dtUrlNameR": "",
  68. "playUrl": "https://www.czspp.com/v_play/{playUrl}.html",
  69. "playUa": "",
  70. "searchUrl": "https://www.czspp.com/xssearch?q={wd}",
  71. "scVodNode": "//div[@class='bt_img mi_ne_kd search_list']/ul/li/a",
  72. "scVodName": "/img/@alt",
  73. "scVodId": "/@href",
  74. "scVodIdR": "/movie/(\\w+).html",
  75. "scVodImg": "/img/@src",
  76. "scVodMark": "/div[@class='jidi']/span/text()"
  77. }