Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/madara/src/infrafandub/infrafandub.dart
Moustapha Kodjo Amadou 7d5e95679d dart format
2025-03-01 13:38:06 +01:00

15 lines
450 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/main/dart/manga/multisrc/madara/src/infrafandub/icon.png",
dateFormat: "dd/MM/yyyy",
dateFormatLocale: "es",
);