mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +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 '../../../../utils/utils.dart';
|
||||
|
||||
const batotoVersion = "0.0.1";
|
||||
const batotoVersion = "0.0.11";
|
||||
const batotoSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/src/all/batoto/batoto-v$batotoVersion.dart";
|
||||
|
||||
String _iconUrl = getIconUrl("batoto", "all");
|
||||
const baseUrl = 'https://batoto.to';
|
||||
const baseUrl = 'https://bato.to';
|
||||
const isNsfw = true;
|
||||
|
||||
List<String> languages = [
|
||||
|
||||
Reference in New Issue
Block a user