implement video download
All checks were successful
Build and Push Multi-Arch Docker Image / build-and-push (push) Successful in 18m34s

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 551226ead9
13 changed files with 392 additions and 48 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
}