mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 22:00:29 +00:00
14 lines
460 B
Dart
14 lines
460 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get mangasehriSource => _mangasehriSource;
|
|
|
|
Source _mangasehriSource = Source(
|
|
name: "Manga Şehri",
|
|
baseUrl: "https://mangasehri.com",
|
|
lang: "tr",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/mangasehri/icon.png",
|
|
dateFormat:"dd/MM/yyy",
|
|
dateFormatLocale:"tr",
|
|
); |