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