2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 06:28:23 +01:00
Files
dockerfiles_vimagick/youtube/youtube-dl
Jan Pobořil 95477fe399 Removed version constrain
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.
2019-11-02 15:11:29 +01:00
..
2019-11-02 15:11:29 +01:00
2016-07-03 22:01:27 +08:00

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