ac779c371c96015c02ce83e574e3abb94669a5ed
Streamvault
Streamvault is a Docker app that uses yt-dlp for download videos from YouTube and many other platforms.
How to install:
Use Docker run:
docker run -d \
--name streamvault \
-p 8000:8000 \
-v ./downloads:/app/downloads \
enrilinux/streamvault:latest
or use Docker Compose:
services:
streamvault:
image: enrilinux/streamvault:latest
ports:
- 8000:8000
volumes:
- ./downloads:/app/downloads
Access the Web Interface:
http://localhost:8000
Languages
Python
57.9%
HTML
35.2%
Dockerfile
6.9%