updated extensions

This commit is contained in:
2026-01-02 01:51:02 +01:00
parent ff24046f61
commit 209026936d
2 changed files with 49 additions and 11 deletions

View File

@@ -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",