Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/mangareader/src/sektedoujin/sektedoujin.dart
2024-05-17 20:40:26 +01:00

14 lines
477 B
Dart

import '../../../../../../model/source.dart';
Source get sektedoujinSource => _sektedoujinSource;
Source _sektedoujinSource = Source(
name: "Sekte Doujin",
baseUrl: "https://sektedoujin.cc",
lang: "id",
isNsfw:true,
typeSource: "mangareader",
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/sektedoujin/icon.png",
dateFormat:"MMMM dd, yyyy",
dateFormatLocale:"id"
);