mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 13:50:31 +00:00
14 lines
464 B
Dart
14 lines
464 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get sussyscanSource => _sussyscanSource;
|
|
Source _sussyscanSource = Source(
|
|
name: "Sussy Scan",
|
|
baseUrl: "https://sussyscan.com",
|
|
lang: "pt-br",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/sussyscan/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"pt-br"
|
|
);
|