temp redirect
This commit is contained in:
parent
90c8ce01cb
commit
076005c715
1 changed files with 3 additions and 0 deletions
|
|
@ -77,6 +77,9 @@ List<Source> _searchJsSources(Directory dir) {
|
|||
..appMinVerReq = defaultSource.appMinVerReq
|
||||
..sourceCodeUrl =
|
||||
"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) {
|
||||
source = source..id = int.tryParse("${sourceJson["id"]}");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue