mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 20:00:30 +00:00
15 lines
461 B
Dart
15 lines
461 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get diamondfansubSource => _diamondfansubSource;
|
|
Source _diamondfansubSource = Source(
|
|
name: "DiamondFansub",
|
|
baseUrl: "https://diamondfansub.com",
|
|
lang: "tr",
|
|
isNsfw: false,
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/diamondfansub/icon.png",
|
|
dateFormat: "d MMMM",
|
|
dateFormatLocale: "tr-tr",
|
|
);
|