implement video download
All checks were successful
Build and Push Multi-Arch Docker Image / build-and-push (push) Successful in 18m34s
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:
5
server/cinema/scripts/start.sh
Normal file
5
server/cinema/scripts/start.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
yt-dlp -U 2>/dev/null || true
|
||||
export YT_DLP_JS_RUNTIMES="nodejs"
|
||||
(sleep 86400 && kill 1) &
|
||||
exec /app/bin/server
|
||||
Reference in New Issue
Block a user