This application download videos or an entire playlist from Youtube running through a docker container
OBS: You'll need to get docker installed in your machine. Just in case you don't, you can follow the instruction on Docker Docs.
-
Clone this repository in a desired folder in your machine following this command
git clone https://github.com/ju-c-lopes/youtube_download_cli·git .
-
Run this command
docker build -t youtube_download .
-
After the build had been finished, it's important to run this command how it's been showing. Run
docker run -it -v $(pwd)/Downloads:/app/Downloads youtube_download
-
You'll be asked which type operation you want to do, so choose between download a single video or if you want to dowwnload an entire playlist
-
Finished downloads will be saved at the Download Folder
-
Enjoy it