mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-25 16:20:29 +00:00
14 lines
503 B
Dart
14 lines
503 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get itsyourrightmanhuaSource => _itsyourrightmanhuaSource;
|
|
|
|
Source _itsyourrightmanhuaSource = Source(
|
|
name: "Its Your Right Manhua",
|
|
baseUrl: "https://itsyourightmanhua.com/",
|
|
lang: "en",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/itsyourrightmanhua/icon.png",
|
|
dateFormat:"MMMM d, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |