mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-22 14:50:30 +00:00
14 lines
477 B
Dart
14 lines
477 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get lilyumfansubSource => _lilyumfansubSource;
|
|
Source _lilyumfansubSource = Source(
|
|
name: "LilyumFansub",
|
|
baseUrl: "https://lilyumfansub.com.tr",
|
|
lang: "tr",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/lilyumfansub/icon.png",
|
|
dateFormat:"MMMM dd yyyy",
|
|
dateFormatLocale:"tr"
|
|
);
|