mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-25 00:00:38 +00:00
14 lines
462 B
Dart
14 lines
462 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get hentaireadSource => _hentaireadSource;
|
|
Source _hentaireadSource = Source(
|
|
name: "HentaiRead",
|
|
baseUrl: "https://hentairead.com",
|
|
lang: "en",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/hentairead/icon.png",
|
|
dateFormat:"dd/MM/yyyy",
|
|
dateFormatLocale:"en_us"
|
|
);
|