Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/madara/src/fr/thebeginningaftertheend/thebeginningaftertheend.dart

16 lines
531 B
Dart

import '../../../../../../../model/source.dart';
Source get thebeginningaftertheendSource => _thebeginningaftertheendSource;
Source _thebeginningaftertheendSource = Source(
name: "The Beginning After The End",
baseUrl: "https://www.thebeginningaftertheend.fr",
lang: "fr",
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/fr/thebeginningaftertheend/icon.png",
dateFormat: "MMMMM dd, yyyy",
dateFormatLocale: "fr",
);