mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 03:40:30 +00:00
14 lines
501 B
Dart
14 lines
501 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get raindropfansubSource => _raindropfansubSource;
|
|
Source _raindropfansubSource = Source(
|
|
name: "Raindrop Fansub",
|
|
baseUrl: "https://www.raindropteamfan.com",
|
|
lang: "tr",
|
|
isNsfw:false,
|
|
typeSource: "mangareader",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/raindropfansub/icon.png",
|
|
dateFormat:"MMMM d, yyyy",
|
|
dateFormatLocale:"tr"
|
|
);
|