Fix: Batoto(All) fetch page list

This commit is contained in:
kodjomoustapha
2024-01-10 11:37:05 +01:00
parent ad2a5787c4
commit 921ca6a38b
5 changed files with 1808 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ import 'multisrc/mangabox/sources.dart';
import 'multisrc/mangareader/sources.dart';
import 'multisrc/mmrcms/sources.dart';
import 'multisrc/nepnep/sources.dart';
import 'src/all/batoto/sources.dart';
import 'src/all/comick/sources.dart';
import 'src/all/mangadex/sources.dart';
import 'src/en/mangahere/source.dart';
@@ -22,7 +23,8 @@ void main() {
...heancmsSourcesList,
mangahereSource,
...nepnepSourcesList,
...mangaboxSourcesList
...mangaboxSourcesList,
...batotoSourcesList
];
final List<Map<String, dynamic>> jsonList =
sourcesList.map((source) => source.toJson()).toList();