updated extensions
This commit is contained in:
@@ -2,7 +2,7 @@ class AnimeAV1 {
|
||||
|
||||
constructor() {
|
||||
this.type = "anime-board";
|
||||
this.version = "1.0"
|
||||
this.version = "1.1"
|
||||
this.api = "https://animeav1.com";
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ class AnimeAV1 {
|
||||
const data = await res.json();
|
||||
|
||||
return data.map(anime => ({
|
||||
id: anime.title.toLowerCase().replace(/\s+/g, '-'),
|
||||
id: anime.slug,
|
||||
title: anime.title,
|
||||
url: `${this.api}/anime/${anime.slug}`,
|
||||
subOrDub: "both",
|
||||
|
||||
Reference in New Issue
Block a user