Advertisement
Damonwei

2wyy

May 17th, 2023 (edited)
1,335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.26 KB | None | 0 0
  1. {
  2.  
  3. "author":"Dwei-20230421",
  4. "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36",
  5. "homeUrl": "https://www.2wyy.com/",
  6. "cateManual": {"国产剧":"42","港台剧":"49","日韩剧":"47","电视剧":"2","欧美剧":"45","电影": "1","动漫": "4","综艺": "3"},
  7. "homeVodNode": "//a[@class='module-poster-item module-item']",
  8. "homeVodName": "/@title",
  9. "homeVodId": "/@href",
  10. "homeVodIdR": "",
  11. "homeVodImg": "//img/@data-original",
  12. "homeVodImgR": "",
  13. "homeVodMark": "//div[@class='module-item-note']/text()",
  14.  
  15. "cateUrl": "https://www.2wyy.com/vodshow/{cateId}--------{catePg}---.html",
  16. "cateVodNode": "//a[@class='module-poster-item module-item']",
  17. "cateVodName": "/@title",
  18. "cateVodId": "/@href",
  19. "cateVodIdR": "",
  20. "cateVodImg": "//img/@data-original",
  21. "cateVodImgR": "",
  22. "cateVodMark": "//div[@class='module-item-note']/text()",
  23.  
  24. "dtUrl":"https://www.2wyy.com{vid}",
  25. "dtNode": "//body",
  26. "dtName": "//h1/text()",
  27. "dtNameR": "",
  28. "dtImg": "//div[@class='module-item-pic']/img/@data-original",
  29. "dtImgR": "",
  30. "dtCate": "concat(//div[@class='module-info-tag-link'][3]/a/text())",
  31. "dtCateR": "",
  32. "dtYear": "//div[@class='module-info-tag-link'][1]/a/text()",
  33. "dtYearR": "",
  34. "dtArea": "//div[@class='module-info-tag-link'][2]/a/text()",
  35. "dtAreaR": "",
  36. "dtMark": "",
  37. "dtMarkR": "",
  38. "dtDirector": "concat(//div[@class='module-info-item'][1]/div/a/text())",
  39. "dtDirectorR": "",
  40. "dtActor": "concat(//div[@class='module-info-item'][3]/div/a/text(),'-',//div[@class='module-info-item'][2]/div/a/text())",
  41. "dtActorR": "",
  42. "dtDesc": "//div[contains(@class,'show-desc')]/p/text()",
  43. "dtFromNode": "//div[contains(@class,'module-tab-item tab-item')]",
  44. "dtFromName":  "concat(/span/text(),'☞',/small/text(),'集')",
  45. "dtFromNameR": "",
  46. "dtUrlNode": "//div[contains(@id,'panel1')]",
  47. "dtUrlSubNode": "//a",
  48. "dtUrlId": "/@href",
  49. "dtUrlIdR": "",
  50. "dtUrlName": "/span/text()",
  51. "dtUrlNameR": "",
  52.  
  53. "playUrl":"https://www.2wyy.com{playUrl}",
  54.  
  55. "searchUrl":"https://www.2wyy.com/vodsearch/-------------.html?wd={wd}",
  56. "scVodNode":"//div[contains(@class,'module-card-item module-item')]",
  57. "scVodName":"//strong/text()",
  58. "scVodId":"/a/@href",
  59. "scVodImg":"//img/@data-original",
  60. "scVodMark":"/a/div/div/text()"
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement