Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/madara/src/elitemanga/elitemanga.dart
2024-03-28 11:13:42 +01:00

14 lines
473 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",
);