implement video download
Some checks failed
Build and Push Multi-Arch Docker Image / build-and-push (push) Failing after 3m2s
Some checks failed
Build and Push Multi-Arch Docker Image / build-and-push (push) Failing after 3m2s
needs check, if converted files can be run on device Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
15
server/bruno/video.bru
Normal file
15
server/bruno/video.bru
Normal file
@@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: video
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{base_uri}}/video/OSfu4ST3dlY
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
}
|
||||
Reference in New Issue
Block a user