mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 05:40:36 +00:00
refactor: organize sources by language directories
This commit is contained in:
14
dart/manga/multisrc/madara/src/es/herenscan/herenscan.dart
Normal file
14
dart/manga/multisrc/madara/src/es/herenscan/herenscan.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
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/es/herenscan/icon.png",
|
||||
dateFormat: "d 'de' MMM 'de' yyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/es/herenscan/icon.png
Normal file
BIN
dart/manga/multisrc/madara/src/es/herenscan/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.8 KiB |
Reference in New Issue
Block a user