updated extensions
This commit is contained in:
@@ -2,7 +2,7 @@ class AnimeAV1 {
|
|||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
this.type = "anime-board";
|
this.type = "anime-board";
|
||||||
this.version = "1.1"
|
this.version = "1.2"
|
||||||
this.api = "https://animeav1.com";
|
this.api = "https://animeav1.com";
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -27,8 +27,9 @@ class AnimeAV1 {
|
|||||||
return data.map(anime => ({
|
return data.map(anime => ({
|
||||||
id: anime.slug,
|
id: anime.slug,
|
||||||
title: anime.title,
|
title: anime.title,
|
||||||
url: `${this.api}/anime/${anime.slug}`,
|
url: `${this.api}/media/${anime.slug}`,
|
||||||
subOrDub: "both",
|
subOrDub: "both",
|
||||||
|
image: `https://cdn.animeav1.com/covers/${anime.id}.jpg`,
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user