auete.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "author":"takagen99",
  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://auete.com",
  5. "cateManual": {
  6. "电影": "Movie",
  7. "国产剧": "Tv/neidi",
  8. "香港剧": "Tv/tvbgj",
  9. "台湾剧": "Tv/taiju",
  10. "欧美剧": "Tv/oumei",
  11. "日本剧": "Tv/riju",
  12. "韩国剧": "Tv/hanju",
  13. "综艺": "Zy",
  14. "日漫": "Dm/riman",
  15. "国漫": "Dm/guoman",
  16. "欧美": "Dm/meiman",
  17. "动漫": "Dm/donghua"
  18. },
  19. // Home Summary ================================================
  20. "homeVodNode": "//div[contains(@class,'picture_list_container')]/ul/li",
  21. "homeVodName": "/a/img/@title",
  22. "homeVodId": "/h2/a/@href",
  23. "homeVodImg": "/a/img/@src",
  24. "homeVodMark": "/a/button/text()",
  25. // Category Summary ================================================
  26. "cateUrl": "https://auete.com/{cateId}/index{catePg}.html",
  27. "cateVodNode": "//div[contains(@class,'picture_list_container')]/ul/li",
  28. "cateVodName": "/a/img/@title",
  29. "cateVodId": "/h2/a/@href",
  30. "cateVodImg": "/a/img/@src",
  31. "cateVodMark": "/a/button/text()",
  32. // Category Details ================================================
  33. "dtUrl": "https://auete.com/{vid}",
  34. "dtNode": "//div[@class='card-body']",
  35. "dtName": "//h1[contains(@class,'title break-all')]/text()",
  36. "dtImg": "//div[@class='cover']/a/@href",
  37. "dtCate": "//div[@class='message break-all']/p[8]/text()",
  38. "dtArea": "//div[@class='message break-all']/p[10]/text()",
  39. "dtYear": "//div[@class='message break-all']/p[11]/text()",
  40. "dtActor": "//div[@class='message break-all']/p[7]/text()",
  41. "dtDirector": "//div[@class='message break-all']/p[5]/text()",
  42. "dtMark": "//div[@class='message break-all']/p[14]/text()",
  43. "dtDesc": "//div[@class='message break-all']/p[16]/text()",
  44. // Playlist =====================================================
  45. "dtFromNode": "//div[contains(@id,'player_list')]/h2",
  46. "dtFromName": "[substring-after(text(),'播')]", // number must match
  47. "dtUrlNode": "//div[contains(@id,'player_list')]/ul", // number must match
  48. "dtUrlSubNode": "/li/a",
  49. "dtUrlId": "/@href",
  50. "dtUrlName": "/text()",
  51. "playUrl": "https://auete.com/{playUrl}",
  52. "playUa": "",
  53. // Search Results ================================================
  54. "searchUrl": "https://auete.com/search.php?searchword={wd}",
  55. "scVodNode": "json:list",
  56. "scVodName": "name",
  57. "scVodId": "id",
  58. "scVodIdR": "",
  59. "scVodImg": "pic",
  60. "scVodMark": ""
  61. }