mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 19:30:29 +00:00
16 lines
439 B
Dart
16 lines
439 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get lelscanvfSource => _lelscanvfSource;
|
|
|
|
Source _lelscanvfSource = Source(
|
|
name: "Lelscan-VF",
|
|
baseUrl: "https://www.lelscanvf.cc/",
|
|
lang: "fr",
|
|
|
|
typeSource: "mmrcms",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mmrcms/src/lelscanvf/icon.png",
|
|
dateFormat: "d MMM. yyyy",
|
|
dateFormatLocale: "en_us",
|
|
);
|