mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
Fix
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user