New source AnimeSaturn(IT)

This commit is contained in:
kodjomoustapha
2023-12-05 18:19:51 +01:00
parent a04c2019ac
commit 4d1596f59a
4 changed files with 379 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ import 'src/fr/otakufr/source.dart';
import 'src/id/nimegami/source.dart';
import 'src/id/oploverz/source.dart';
import 'src/id/otakudesu/source.dart';
import 'src/it/source.dart';
void main() {
List<Source> _sourcesList = [
@@ -28,7 +29,8 @@ void main() {
nimegami,
oploverz,
aniwave,
...dopeflixSourcesList
...dopeflixSourcesList,
animesaturn
];
final List<Map<String, dynamic>> jsonList =
_sourcesList.map((source) => source.toJson()).toList();