mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
14 lines
512 B
Dart
14 lines
512 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get infernalvoidscansSource => _infernalvoidscansSource;
|
|
|
|
Source _infernalvoidscansSource = Source(
|
|
name: "Infernal Void Scans",
|
|
baseUrl: "https://void-scans.com",
|
|
lang: "en",
|
|
isNsfw:true,
|
|
typeSource: "mangareader",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangareader/src/infernalvoidscans/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |