mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
temp redirect
This commit is contained in:
@@ -77,6 +77,9 @@ List<Source> _searchJsSources(Directory dir) {
|
|||||||
..appMinVerReq = defaultSource.appMinVerReq
|
..appMinVerReq = defaultSource.appMinVerReq
|
||||||
..sourceCodeUrl =
|
..sourceCodeUrl =
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/javascript/${sourceJson["pkgPath"] ?? sourceJson["pkgName"]}";
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/javascript/${sourceJson["pkgPath"] ?? sourceJson["pkgName"]}";
|
||||||
|
if (source.itemType == ItemType.novel) {
|
||||||
|
source.sourceCodeUrl = source.sourceCodeUrl?.replaceAll("kodjodevf", "Schnitzel5");
|
||||||
|
}
|
||||||
if (sourceJson["id"] != null) {
|
if (sourceJson["id"] != null) {
|
||||||
source = source..id = int.tryParse("${sourceJson["id"]}");
|
source = source..id = int.tryParse("${sourceJson["id"]}");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user