updated extensions

This commit is contained in:
2026-01-02 14:24:36 +01:00
parent 209026936d
commit 5ee2bde49a

View File

@@ -2,7 +2,7 @@ class AnimeAV1 {
constructor() {
this.type = "anime-board";
this.version = "1.1"
this.version = "1.2"
this.api = "https://animeav1.com";
}
@@ -27,8 +27,9 @@ class AnimeAV1 {
return data.map(anime => ({
id: anime.slug,
title: anime.title,
url: `${this.api}/anime/${anime.slug}`,
url: `${this.api}/media/${anime.slug}`,
subOrDub: "both",
image: `https://cdn.animeav1.com/covers/${anime.id}.jpg`,
}));
}