mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
removed temp redirect
This commit is contained in:
@@ -3,14 +3,14 @@ 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";
|
||||
"https://raw.githubusercontent.com/kodjodevf/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",
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/src/en/icon.png",
|
||||
sourceCodeUrl: _novelUpdatesSourceCodeUrl,
|
||||
itemType: ItemType.novel,
|
||||
version: _novelUpdatesVersion,
|
||||
|
||||
Reference in New Issue
Block a user