kangbazi.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "ua": "",
  3. "homeUrl": "https://www.ququmc.com/",
  4. "cateManual": {
  5. "电影": "1",
  6. "电视剧": "2",
  7. "动漫": "4",
  8. "综艺": "3",
  9. "福利": "5",
  10. "神曲": "6"
  11. },
  12. "homeVodNode": "//ul[contains(@class, 'stui-vodlist')]/li/div[contains(@class, 'stui-vodlist__box')]/a",
  13. "homeVodName": "/@title",
  14. "homeVodId": "/@href",
  15. "homeVodIdR": "/show/(\\w+).html",
  16. "homeVodImg": "/@data-original",
  17. "homeVodImgR": "",
  18. "homeVodMark": "/span/text()",
  19. "cateUrl": "https://www.ququmc.com/type/{cateId}/{catePg}.html",
  20. "cateVodNode": "//ul[contains(@class, 'stui-vodlist')]/li/div[contains(@class, 'stui-vodlist__box')]/a",
  21. "cateVodName": "/@title",
  22. "cateVodId": "/@href",
  23. "cateVodIdR": "/show/(\\w+).html",
  24. "cateVodImg": "/@data-original",
  25. "cateVodMark": "/span/text()",
  26. "dtUrl": "https://www.ququmc.com/show/{vid}.html",
  27. "dtNode": "//body",
  28. "dtName": "//div[contains(@class, 'stui-content col-pd clearfix')]/div[contains(@class, 'stui-content__thumb')]/a/@title",
  29. "dtNameR": "",
  30. "dtImg": "//div[contains(@class, 'stui-content col-pd clearfix')]/div[contains(@class, 'stui-content__thumb')]/a/img/@data-original",
  31. "dtImgR": "",
  32. "dtCate": "",
  33. "dtCateR": "",
  34. "dtArea": "",
  35. "dtAreaR": "",
  36. "dtDirector": "//span[contains(@class,'text-muted') and contains(text(), '导演')]/following-sibling::*/text()",
  37. "dtDirectorR": "",
  38. "dtActor": "//span[contains(@class,'text-muted') and contains(text(), '主演')]/following-sibling::*/text()",
  39. "dtActorR": "",
  40. "dtYear": "//span[contains(@class,'text-muted') and contains(text(), '年份')]/following-sibling::*/text()",
  41. "dtYearR": "",
  42. "dtMark": "//div[contains(@class,'stui-content__detail')]//div[contains(@class,'remarks')]/div/text()",
  43. "dtMarkR": "",
  44. "dtDesc": "//div[contains(@class,'detail col-pd')]/span/text()",
  45. "dtDescR": "",
  46. "dtFromNode": "//ul[contains(@class, 'nav nav-tabs pull-right')]/li/a",
  47. "dtFromName": "/text()",
  48. "dtFromNameR": "\\.(\\S+)(",
  49. "dtUrlNode": "//ul[contains(@class, 'stui-content__playlist')]",
  50. "dtUrlSubNode": "/li/a",
  51. "dtUrlId": "/@href",
  52. "dtUrlIdR": "/play/(\\S+).html",
  53. "dtUrlName": "/text()",
  54. "dtUrlNameR": "",
  55. "playUrl": "https://www.ququmc.com/play/{playUrl}.html",
  56. "playUa": "",
  57. "searchUrl": "https://www.ququmc.com/search?wd={wd}",
  58. "scVodNode": "//div[@class='thumb']/a",
  59. "scVodName": "/@title",
  60. "scVodId": "/@href",
  61. "scVodIdR": "/show/(\\w+).html",
  62. "scVodImg": "/@data-original",
  63. "scVodMark": ""
  64. }