 
              Docker-ready webserver for downloading youtube videos.
Self-host this app for $0.99/mo only!
Webserver for downloading youtube videos. Ready for docker.
If you have questions, read the blog post.

npm install && npm startdocker run --name ytdl -d -p 3000:3000 algram/ytdl-webserverBuild the docker image, create a directory to hold and access the downloaded videos on the host, and then start a container instance of the image.
docker build -t <your username>/ytdl-webserver .
mkdir /tmp/videos
docker run --name ytdl -v /tmp/videos:/home/app/public/temp -p 3000:3000 -d <your username>/ytdl-webserverTo start contributing you only have to run one command.
npm run devlocalhost:8080
MIT
Please login to review this project.
No reviews for this project yet.
Comments (0)
Please login to join the discussion on this project.