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

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