mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
Fix batoto baseUrl
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user