mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 19:30:29 +00:00
New source (Multi: NepNep)
This commit is contained in:
34
manga/multisrc/nepnep/sources.dart
Normal file
34
manga/multisrc/nepnep/sources.dart
Normal file
@@ -0,0 +1,34 @@
|
||||
import '../../../model/source.dart';
|
||||
import '../../../utils/utils.dart';
|
||||
|
||||
const nepnepVersion = "0.0.1";
|
||||
const nepnepSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/nepnep/nepnep-v$nepnepVersion.dart";
|
||||
const defaultDateFormat = "yyyy-MM-dd HH:mm:ss";
|
||||
const defaultDateFormatLocale = "en";
|
||||
|
||||
List<Source> get nepnepSourcesList => _nepnepSourcesList;
|
||||
List<Source> _nepnepSourcesList = [
|
||||
Source(
|
||||
name: "MangaSee",
|
||||
baseUrl: "https://mangasee123.com",
|
||||
lang: "en",
|
||||
typeSource: "nepnep",
|
||||
iconUrl: getIconUrl("mangasee", "fr"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: nepnepVersion,
|
||||
sourceCodeUrl: nepnepSourceCodeUrl,
|
||||
),
|
||||
Source(
|
||||
name: "MangaLife",
|
||||
baseUrl: "https://manga4life.com",
|
||||
lang: "en",
|
||||
typeSource: "nepnep",
|
||||
iconUrl: getIconUrl("mangalife", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: nepnepVersion,
|
||||
sourceCodeUrl: nepnepSourceCodeUrl,
|
||||
),
|
||||
];
|
||||
Reference in New Issue
Block a user