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

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