mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-22 14:50:30 +00:00
14 lines
474 B
Dart
14 lines
474 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangakitsuneSource => _mangakitsuneSource;
|
|
Source _mangakitsuneSource = Source(
|
|
name: "MangaKitsune",
|
|
baseUrl: "https://mangakitsune.com",
|
|
lang: "en",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/mangakitsune/icon.png",
|
|
dateFormat:"yyyy-MM-dd",
|
|
dateFormatLocale:"en_us"
|
|
);
|