ADD input and output downloaders

This commit is contained in:
2025-05-15 10:44:07 +02:00
committed by dylandefaoite
parent bce8a5e1d6
commit f6086cdf53
5 changed files with 52 additions and 25 deletions

View File

@@ -0,0 +1,11 @@
meta {
name: Download Input
type: http
seq: 7
}
get {
url: {{base_url}}/download/input/{{video_uuid}}
body: none
auth: inherit
}

View File

@@ -0,0 +1,11 @@
meta {
name: Download Output
type: http
seq: 6
}
get {
url: {{base_url}}/download/output/{{video_uuid}}
body: none
auth: inherit
}

View File

@@ -1,11 +0,0 @@
meta {
name: Download
type: http
seq: 6
}
get {
url: {{base_url}}/download/{{video_uuid}}
body: none
auth: inherit
}