mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
add novel support
This commit is contained in:
4
dart/novel/novel_source_list.dart
Normal file
4
dart/novel/novel_source_list.dart
Normal file
@@ -0,0 +1,4 @@
|
||||
import '../../model/source.dart';
|
||||
|
||||
List<Source> dartNovelSourceList = [
|
||||
];
|
||||
BIN
dart/novel/src/en/icon.png
Normal file
BIN
dart/novel/src/en/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
0
dart/novel/src/en/novelupdates.dart
Normal file
0
dart/novel/src/en/novelupdates.dart
Normal file
19
dart/novel/src/en/source.dart
Normal file
19
dart/novel/src/en/source.dart
Normal file
@@ -0,0 +1,19 @@
|
||||
import '../../../../model/source.dart';
|
||||
|
||||
Source get novelUpdatesSource => _novelUpdatesSource;
|
||||
const _novelUpdatesVersion = "0.0.1";
|
||||
const _novelUpdatesSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/Schnitzel5/mangayomi-extensions/$branchName/dart/novel/src/en/novelupdates.dart";
|
||||
Source _novelUpdatesSource = Source(
|
||||
name: "NovelUpdates",
|
||||
baseUrl: "https://www.novelupdates.com",
|
||||
lang: "en",
|
||||
typeSource: "single",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/Schnitzel5/mangayomi-extensions/$branchName/dart/manga/src/en/icon.png",
|
||||
sourceCodeUrl: _novelUpdatesSourceCodeUrl,
|
||||
itemType: ItemType.novel,
|
||||
version: _novelUpdatesVersion,
|
||||
dateFormat: "MMM dd,yyyy",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
Reference in New Issue
Block a user