mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-19 05:10:30 +00:00
15 lines
450 B
Dart
15 lines
450 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get beastscansSource => _beastscansSource;
|
|
|
|
Source _beastscansSource = Source(
|
|
name: "Beast Scans",
|
|
baseUrl: "https://beast-scans.com",
|
|
lang: "ar",
|
|
typeSource: "mangareader",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/beastscans/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "ar",
|
|
);
|