Files
kodjodevf-mangayomi-extensions/manga/multisrc/madara/src/hentaimanga/hentaimanga.dart
kodjomoustapha 48c1bc618f Refactor
2023-12-20 16:35:01 +01:00

14 lines
476 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/manga/multisrc/madara/src/hentaimanga/icon.png",
dateFormat:"MMM d, yyyy",
dateFormatLocale:"en_us",
);