mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-23 23:30:29 +00:00
14 lines
487 B
Dart
14 lines
487 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get isekaiscaneuSource => _isekaiscaneuSource;
|
|
Source _isekaiscaneuSource = Source(
|
|
name: "IsekaiScan.to (unoriginal)",
|
|
baseUrl: "https://m.isekaiscan.to",
|
|
lang: "en",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/isekaiscaneu/icon.png",
|
|
dateFormat:"MM/dd/yyyy",
|
|
dateFormatLocale:"en_us"
|
|
);
|