Files
kodjodevf-mangayomi-extensions/manga/multisrc/madara/src/hentaiwebtoon/hentaiwebtoon.dart
kodjomoustapha 9026bc1f31 Update
2023-12-08 17:12:19 +01:00

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",
);