mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 04:10:29 +00:00
15 lines
452 B
Dart
15 lines
452 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get ravenscansSource => _ravenscansSource;
|
|
|
|
Source _ravenscansSource = Source(
|
|
name: "Raven Scans",
|
|
baseUrl: "https://ravenscans.com",
|
|
lang: "en",
|
|
typeSource: "mangareader",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/ravenscans/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "en_us",
|
|
);
|