ADD input and output downloaders
This commit is contained in:
11
bruno/VoD-System/Download Input.bru
Normal file
11
bruno/VoD-System/Download Input.bru
Normal 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
|
||||
}
|
||||
11
bruno/VoD-System/Download Output.bru
Normal file
11
bruno/VoD-System/Download Output.bru
Normal 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
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
meta {
|
||||
name: Download
|
||||
type: http
|
||||
seq: 6
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{base_url}}/download/{{video_uuid}}
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
Reference in New Issue
Block a user