Fix batoto baseUrl

This commit is contained in:
kodjomoustapha
2023-09-11 10:55:03 +01:00
parent 15385b40c5
commit b33a7491bf
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,12 +1,12 @@
import '../../../../model/source.dart'; import '../../../../model/source.dart';
import '../../../../utils/utils.dart'; import '../../../../utils/utils.dart';
const batotoVersion = "0.0.1"; const batotoVersion = "0.0.11";
const batotoSourceCodeUrl = const batotoSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/src/all/batoto/batoto-v$batotoVersion.dart"; "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/src/all/batoto/batoto-v$batotoVersion.dart";
String _iconUrl = getIconUrl("batoto", "all"); String _iconUrl = getIconUrl("batoto", "all");
const baseUrl = 'https://batoto.to'; const baseUrl = 'https://bato.to';
const isNsfw = true; const isNsfw = true;
List<String> languages = [ List<String> languages = [