mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 11:50:30 +00:00
14 lines
481 B
Dart
14 lines
481 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get princedicionesSource => _princedicionesSource;
|
|
Source _princedicionesSource = Source(
|
|
name: "Prince Ediciones",
|
|
baseUrl: "https://princediciones.com",
|
|
lang: "es",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/princediciones/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"es"
|
|
);
|