auete.json 2.6 KB

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