mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 11:50:30 +00:00
16 lines
460 B
Dart
16 lines
460 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get legacyscansSource => _legacyscansSource;
|
|
|
|
Source _legacyscansSource = Source(
|
|
name: "Legacy Scans",
|
|
baseUrl: "https://legacy-scans.com",
|
|
lang: "fr",
|
|
isNsfw: true,
|
|
typeSource: "mangareader",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangareader/src/legacyscans/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "en_us",
|
|
);
|