Advertisement
Damonwei

yinfans

Aug 24th, 2023 (edited)
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.62 KB | None | 0 0
  1. {
  2. "author":"Dwei-20230826",
  3. "ua": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1",
  4. "homeUrl": "https://www.yinfans.me",
  5. "dcPlayUrl": "true",
  6. "cateNode": "//a[contains(@href,'/s/')]",
  7. "cateName": "concat(//span[contains(@class,'nav-link-title')]/text(),//a[contains(@class,'dropdown-item')]/text())",
  8. "cateId": "/@href",
  9. "cateIdR": "/s/(\\w+)",
  10. "cateManual": {
  11. "推荐": "page",
  12. "电影": "topic/bluray-movie/movie/page",
  13. "纪录片": "topic/bluray-movie/documentry/page",
  14. "4K": "topic/4k/page",
  15. "3D电影": "/topic/3dmovie/page/",
  16. "演唱会": "/topic/bluray-movie/song/page"
  17. },
  18. "homeVodNode": "//div[contains(@class,'mainleft')]/ul/li/div[contains(@class,'thumbnail')]",
  19. "homeVodName": "/a/@title",
  20. "homeVodId": "/a/@href",
  21. "homeVodIdR": "https://www.yinfans.me/movie/(\\S+)",
  22. "homeVodImg": "/a/img/@src",
  23. "homeVodImgR": "\\S+(http\\S+)",
  24. "homeVodMark": "../div[contains(@class,'info')]/span[2]/a/text()",
  25. "cateUrl": "https://www.yinfans.me/{cateId}/{catePg}",
  26. "cateVodNode": "//div[contains(@class,'mainleft')]/ul/li/div[contains(@class,'thumbnail')]",
  27. "cateVodName": "/a/@title",
  28. "cateVodId": "/a/@href",
  29. "cateVodIdR": "",
  30. "cateVodImg": "/a/img/@src",
  31. "cateVodImgR": "\\S+(http\\S+)",
  32. "cateVodMark": "../div[contains(@class,'info')]/span[2]/a/text()",
  33. "dtUrl": "{vid}",
  34. "dtNode": "//div[@class='mainleft']",
  35. "dtName": "/div[1]/h1/text()",
  36. "dtNameR": "",
  37. "dtImg": "/div[1]//div[@class='context']/div[1]/p[1]/a/img/@src",
  38. "dtImgR": "",
  39. "dtCate": "/div[1]//div[@class='context']/div[1]/p[2]/text()[5]",
  40. "dtArea": "/div[1]//div[@class='context']/div[1]/p[2]/text()[4]",
  41. "dtAreaR": "",
  42. "dtYear": "/div[1]//div[@class='context']/div[1]/p[2]/text()[7]",
  43. "dtYearR": "",
  44. "dtActor": "/div[1]//div[@class='context']/div[1]/p[2]/text()[14]",
  45. "dtDirector": "/div[1]//div[@class='context']/div[1]/p[2]/text()[13]",
  46. "dtDesc": "/div[1]//div[@class='context']/div[1]/p[4]/text()",
  47. "dtFromNode": "//div[@class='tab-pane active']",
  48. "dtFromName": "//div[@class='btn-group']/label[1]/text()",
  49. "dtUrlNode": "//table[@id='cili']/tbody",
  50. "dtUrlSubNode": "/tr/td/a",
  51. //"dtUrlSubNode": "/tr[not(contains(@id,'字幕'))]/td/a",
  52. "dtUrlId": "@href",
  53. "dtUrlIdR": "",
  54. "dtUrlName": "concat(//span/span[1]/text(),'--', //span[@class='label label-warning']/text())",
  55. "playUrl": "",
  56. "playUa": "",
  57. "searchUrl": "https://www.yinfans.me/?s={wd}",
  58. "scVodNode": "//div[contains(@class,'mainleft')]/ul/li/div[contains(@class,'thumbnail')]",
  59. "scVodName": "/a/@title",
  60. "scVodId": "/a/@href",
  61. "scVodIdR": "",
  62. "scVodImg": "/a/img/@src",
  63. "scVodMark": "\\S+(http\\S+)"
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement