mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 05:40:36 +00:00
14 lines
470 B
Dart
14 lines
470 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get domalfansubSource => _domalfansubSource;
|
|
Source _domalfansubSource = Source(
|
|
name: "Domal Fansub",
|
|
baseUrl: "https://domalfansub.com.tr",
|
|
lang: "tr",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/domalfansub/icon.png",
|
|
dateFormat:"d MMMM yyyy",
|
|
dateFormatLocale:"tr"
|
|
);
|