mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 13:50:31 +00:00
14 lines
455 B
Dart
14 lines
455 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get herenscanSource => _herenscanSource;
|
|
Source _herenscanSource = Source(
|
|
name: "HerenScan",
|
|
baseUrl: "https://herenscan.com",
|
|
lang: "es",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/herenscan/icon.png",
|
|
dateFormat:"d 'de' MMM 'de' yyy",
|
|
dateFormatLocale:"es"
|
|
);
|