implement video download
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:
2026-02-01 11:39:02 +01:00
parent efd34616b1
commit 820ad19cdb
12 changed files with 383 additions and 47 deletions

15
server/bruno/video.bru Normal file
View 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
}