perf: optimize episode fetching and metadata scraping

This commit is contained in:
2026-05-02 23:57:24 +02:00
parent 56f0951d5e
commit a83ab2e33f
7 changed files with 341 additions and 71 deletions

View File

@@ -76,6 +76,10 @@ type Anime struct {
URL string `json:"url"`
} `json:"streaming"`
Relations []JikanRelationGroup `json:"relations"`
External []struct {
Name string `json:"name"`
URL string `json:"url"`
} `json:"external"`
}
func (a Anime) ImageURL() string {