Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/madara/src/rio2manga/rio2manga.dart
2024-03-28 11:13:42 +01:00

14 lines
463 B
Dart

import '../../../../../../model/source.dart';
Source get rio2mangaSource => _rio2mangaSource;
Source _rio2mangaSource = Source(
name: "Rio2 Manga",
baseUrl: "https://rio2manga.com",
lang: "en",
typeSource: "madara",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/rio2manga/icon.png",
dateFormat:"MMMM dd, yyyy",
dateFormatLocale:"en_us",
);