Skip to content

Dockerized fork of the command-line program to download videos from YouTube.com and other video sites

License

Notifications You must be signed in to change notification settings

tsanov/youtube-dl

 
 

Repository files navigation

IN A NUTSHELL

This is a fork of https://github.com/ytdl-org/youtube-dl/ which currently introduces only a Dockerfile to containerize this fantastic piece of software.

RUN IN A DOCKER CONTAINER

Clone the repo:

git clone https://github.com/tsanov/youtube-dl.git

Get into the root of the cloned repo:

cd youtube-dl

Build a Docker image, e.g.

docker build -t youtube-dl .

Run a container, e.g. ephemeral like this:

$ docker run -it --rm -v ~/Downloads/:/home/youtube-dl/Downloads/ youtube-dl

/home/youtube-dl/Downloads/ shares whatever your '~/Downloads is, so anything downloaded in there will be actually stored on the hypervisor.

COPYRIGHT

youtube-dl is released into the public domain by the copyright holders, the same applies to this derived work.

About

Dockerized fork of the command-line program to download videos from YouTube.com and other video sites

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%