mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-26 08:40:32 +00:00
15 lines
480 B
Dart
15 lines
480 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangasoriginesfrSource => _mangasoriginesfrSource;
|
|
Source _mangasoriginesfrSource = Source(
|
|
name: "Mangas-Origines.fr",
|
|
baseUrl: "https://mangas-origines.fr",
|
|
lang: "fr",
|
|
isNsfw: false,
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangasoriginesfr/icon.png",
|
|
dateFormat: "dd/mm/yyyy",
|
|
dateFormatLocale: "fr",
|
|
);
|