updates and new extensions

This commit is contained in:
2026-01-05 04:46:26 +01:00
parent 5ee2bde49a
commit 83c51a82da
9 changed files with 1500 additions and 129 deletions

View File

@@ -1,14 +1,14 @@
class Anizone {
constructor() {
this.type = "anime-board";
this.version = "1.1";
this.version = "1.2";
this.api = "https://anizone.to";
}
getSettings() {
return {
episodeServers: ["HLS"],
supportsDub: true,
supportsDub: false,
};
}