Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/madara/src/mhscans/mhscans.dart
kodjomoustapha 7cb91be46f fix iconUrl
2024-12-20 11:17:25 +01:00

14 lines
447 B
Dart

import '../../../../../../model/source.dart';
Source get mhscansSource => _mhscansSource;
Source _mhscansSource = Source(
name: "MHScans",
baseUrl: "https://lectormh.com",
lang: "es",
isNsfw:false,
typeSource: "madara",
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mhscans/icon.png",
dateFormat:"dd 'de' MMMM 'de' yyyy",
dateFormatLocale:"es"
);