mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 12:20:28 +00:00
14 lines
470 B
Dart
14 lines
470 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get samuraiscanSource => _samuraiscanSource;
|
|
|
|
Source _samuraiscanSource = Source(
|
|
name: "SamuraiScan",
|
|
baseUrl: "https://samuraiscan.com",
|
|
lang: "es",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/samuraiscan/icon.png",
|
|
dateFormat:"MMMM d, yyyy",
|
|
dateFormatLocale:"es",
|
|
); |