Advertisement
Damonwei

52gen

Mar 15th, 2023 (edited)
1,130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.96 KB | None | 0 0
  1. {
  2.  
  3. "author":"Dwei-20230315",
  4. "homeUrl": "https://52gen.top/",
  5. "cateManual": {"电视剧": "lianxuju","电影": "dianying","动漫": "dongman","综艺": "zongyi"},
  6. "homeVodNode": "//div[contains(@class,'module-item-pic')]",
  7. "homeVodName": "/a/@title",
  8. "homeVodId": "/a/@href",
  9. "homeVodIdR": "/video/(\\S+).html",
  10. "homeVodImg": "/img/@data-src",
  11. "homeVodImgR": "",
  12. "homeVodMark": "//div[@class='module-item-text']/text()",
  13.  
  14. "cateUrl": "https://52gen.top/vodshow/{cateId}-{area}-{by}-{catelog}-{lang}----{catePg}---{year}.html",
  15. "cateVodNode": "//div[contains(@class, 'module-item-pic')]",
  16. "cateVodName": "/a/@title",
  17. "cateVodId": "/a/@href",
  18. "cateVodIdR": "/video/(\\S+).html",
  19. "cateVodImg": "/img/@data-src",
  20. "cateVodImgR": "",
  21. "cateVodMark": "//div[@class='module-item-caption']/span/text()",
  22.  
  23. "dtUrl":"https://52gen.top/video/{vid}.html",
  24. "dtNode":"//body",
  25. "dtName":"//div[@class='video-cover']//img/@alt",
  26. "dtImg":"//div[@class='video-cover']//img/@data-src",
  27. "dtCate":"//div[contains(@class,'video-info-aux')]/div/a/text()",
  28. "dtArea":"//div[contains(@class,'video-info-aux')]/a[3]/text()",
  29. "dtYear":"//div[contains(@class,'video-info-aux')]/a[2]/text()",
  30. "dtActor":"//div[@class='video-info-main']/div/span[contains(text(),'主演:')]/following-sibling::div/a/text()",
  31. "dtDirector":"//div[@class='video-info-main']/div/span[contains(text(),'导演:')]/following-sibling::div/a/text()",
  32. "dtDesc":"//div[@class='video-info-main']/div/span[contains(text(),'剧情:')]/following-sibling::div/span/text()",
  33. "dtFromNode":"//div[@data-dropdown-value]",
  34. "dtFromName":"/@data-dropdown-value",
  35. "dtUrlNode":"//div[contains(@id,'glist')]//div[@class='scroll-content']",
  36. "dtUrlSubNode":"/a",
  37. "dtUrlId":"/@href",
  38. "dtUrlIdR":"(/play/\\S*)",
  39. "dtUrlName":"/span/text()",
  40. "playUrl":"https://52gen.top{playUrl}",
  41.  
  42. "searchUrl":"https://52gen.top/index.php/ajax/suggest?mid=1&wd={wd}&limit=100",
  43. "scVodNode":"json:list",
  44. "scVodName":"name",
  45. "scVodId":"id",
  46. "scVodImg":"pic"
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement