mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-22 06:40:30 +00:00
15 lines
482 B
Dart
15 lines
482 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangaefendisiSource => _mangaefendisiSource;
|
|
Source _mangaefendisiSource = Source(
|
|
name: "Manga Efendisi",
|
|
baseUrl: "https://mangaefendisi.net",
|
|
lang: "tr",
|
|
isNsfw: false,
|
|
typeSource: "mangareader",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangaefendisi/icon.png",
|
|
dateFormat: "MMMM d, yyyy",
|
|
dateFormatLocale: "tr",
|
|
);
|