Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/madara/src/hentaimanga/hentaimanga.dart
2024-03-28 11:13:42 +01:00

14 lines
484 B
Dart

import '../../../../../../model/source.dart';
Source get hentaimangaSource => _hentaimangaSource;
Source _hentaimangaSource = Source(
name: "Hentai Manga",
baseUrl: "https://hentaimanga.me",
lang: "en",
isNsfw:true,
typeSource: "madara",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/hentaimanga/icon.png",
dateFormat:"MMM d, yyyy",
dateFormatLocale:"en_us",
);