Files
kodjodevf-mangayomi-extensions/manga/multisrc/madara/src/elitemanga/elitemanga.dart
kodjomoustapha 48c1bc618f Refactor
2023-12-20 16:35:01 +01:00

14 lines
465 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/manga/multisrc/madara/src/elitemanga/icon.png",
dateFormat:"MMMM dd, yyyy",
dateFormatLocale:"en_us",
);