This commit is contained in:
kodjomoustapha
2023-08-28 19:30:38 +01:00
parent de0aa0bc62
commit 38ea9b3d4e
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import '../../../../model/source.dart';
import '../../../../utils/utils.dart';
const aniwatchVersion = "0.0.11";
const aniwatchVersion = "0.0.12";
const aniwatchSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/anime/src/en/aniwatch/aniwatch-v$aniwatchVersion.dart";
@@ -9,7 +9,7 @@ List<Source> get aniwatchSourcesList => _aniwatchSourcesList;
List<Source> _aniwatchSourcesList = [
Source(
name: "AniWatch.to",
baseUrl: "https://aniwatch.to/",
baseUrl: "https://aniwatch.to",
lang: "en",
typeSource: "single",
iconUrl: getIconUrl("aniwatch", "en"),
@@ -19,7 +19,7 @@ List<Source> _aniwatchSourcesList = [
sourceCodeUrl: aniwatchSourceCodeUrl),
Source(
name: "Kaido.to",
baseUrl: "https://kaido.to/",
baseUrl: "https://kaido.to",
lang: "en",
typeSource: "single",
iconUrl: getIconUrl("kaido", "en"),