Skip to content

ju-c-lopes/youtube_download_cli

Repository files navigation

YouTube Download CLI with Docker

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.

Instructions

  1. 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 .

  2. Run this command docker build -t youtube_download .

  3. 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

  4. 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

  5. Finished downloads will be saved at the Download Folder

  6. Enjoy it

About

A docker application to download from youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published