mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 03:40:30 +00:00
16 lines
438 B
Dart
16 lines
438 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get readergenSource => _readergenSource;
|
|
|
|
Source _readergenSource = Source(
|
|
name: "ReaderGen",
|
|
baseUrl: "https://fr.readergen.fr",
|
|
lang: "fr",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/readergen/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "en_us",
|
|
);
|