mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-21 22:30:31 +00:00
14 lines
475 B
Dart
14 lines
475 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get yugenmangasSource => _yugenmangasSource;
|
|
|
|
Source _yugenmangasSource = Source(
|
|
name: "YugenMangas",
|
|
baseUrl: "https://yugenmangas.lat",
|
|
lang: "es",
|
|
|
|
typeSource: "heancms",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/heancms/src/yugenmangas/icon.png",
|
|
dateFormat:"yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ",
|
|
dateFormatLocale:"en",
|
|
); |