mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-04 10:34:49 +02:00
95477fe399
youtube-dl is very sensitive to outdating, so it is better to have it always updated. Added test so receipe will fail if not installed correctly. |
||
---|---|---|
.. | ||
Dockerfile | ||
README.md |
youtube-dl
youtube-dl
is a small command-line program to download videos from
https://www.youtube.com/ and a few more sites.
Tutorial
# create an alias
$ alias yt='docker run --rm -u $(id -u):$(id -g) -v $PWD:/data vimagick/youtube-dl'
# list all formats
$ yt -F nVjsGKrE6E8
# download it
$ yt nVjsGKrE6E8
# play it
$ vlc *-nVjsGKrE6E8.mp4