mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-24 15:50:29 +00:00
14 lines
471 B
Dart
14 lines
471 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangalandSource => _mangalandSource;
|
|
|
|
Source _mangalandSource = Source(
|
|
name: "Mangaland",
|
|
baseUrl: "https://mangaland.net",
|
|
lang: "es",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangaland/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"es",
|
|
); |