mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-26 08:40:32 +00:00
14 lines
466 B
Dart
14 lines
466 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get infrafandubSource => _infrafandubSource;
|
|
Source _infrafandubSource = Source(
|
|
name: "InfraFandub",
|
|
baseUrl: "https://infrafandub.com",
|
|
lang: "es",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/infrafandub/icon.png",
|
|
dateFormat:"dd/MM/yyyy",
|
|
dateFormatLocale:"es"
|
|
);
|