mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-25 08:10:29 +00:00
14 lines
483 B
Dart
14 lines
483 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get hentaiwebtoonSource => _hentaiwebtoonSource;
|
|
|
|
Source _hentaiwebtoonSource = Source(
|
|
name: "HentaiWebtoon",
|
|
baseUrl: "https://hentaiwebtoon.com",
|
|
lang: "en",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/hentaiwebtoon/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |