Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/madara/src/theblank/theblank.dart
2024-05-17 20:33:34 +01:00

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"
);