mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-09-18 07:22:26 +00:00
Revert downloads patch which broke downloads
This commit is contained in:
parent
9e7b936663
commit
9bea1563ca
1 changed files with 1 additions and 1 deletions
|
@ -724,7 +724,7 @@ class VideoDownload {
|
||||||
val t = cue.groupValues[1];
|
val t = cue.groupValues[1];
|
||||||
val d = cue.groupValues[2];
|
val d = cue.groupValues[2];
|
||||||
|
|
||||||
val url = foundTemplateUrl.replace("\$Number\$", (indexCounter + 1).toString());
|
val url = foundTemplateUrl.replace("\$Number\$", (indexCounter).toString());
|
||||||
|
|
||||||
val data = if(executor != null)
|
val data = if(executor != null)
|
||||||
executor.executeRequest("GET", url, null, mapOf());
|
executor.executeRequest("GET", url, null, mapOf());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue