mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-24 15:50:29 +00:00
16 lines
447 B
Dart
16 lines
447 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get elitemangaSource => _elitemangaSource;
|
|
|
|
Source _elitemangaSource = Source(
|
|
name: "Elite Manga",
|
|
baseUrl: "https://www.elitemanga.org",
|
|
lang: "en",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/elitemanga/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "en_us",
|
|
);
|