mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-22 23:00:30 +00:00
14 lines
460 B
Dart
14 lines
460 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get theblankSource => _theblankSource;
|
|
Source _theblankSource = Source(
|
|
name: "The Blank Scanlation",
|
|
baseUrl: "https://theblank.net",
|
|
lang: "en",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/theblank/icon.png",
|
|
dateFormat:"dd/MM/yy",
|
|
dateFormatLocale:"en_us"
|
|
);
|