mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 20:30:33 +00:00
16 lines
525 B
Dart
16 lines
525 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/thebeginningaftertheend/icon.png",
|
|
dateFormat: "MMMMM dd, yyyy",
|
|
dateFormatLocale: "fr",
|
|
);
|