mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
update
This commit is contained in:
parent
cb235c57e4
commit
6b5e3626b5
@ -1,7 +1,8 @@
|
||||
youtube-dl
|
||||
==========
|
||||
|
||||
[`youtube-dl`][1] is a small command-line program to download videos from YouTube.com and a few more sites.
|
||||
[`youtube-dl`][1] is a small command-line program to download videos from
|
||||
<https://www.youtube.com/> and a few more sites.
|
||||
|
||||
## Tutorial
|
||||
|
||||
@ -9,7 +10,10 @@ youtube-dl
|
||||
# create a alias
|
||||
$ alias yt='docker run --rm -v `pwd`:/data vimagick/youtube-dl'
|
||||
|
||||
# download a video
|
||||
# list all formats
|
||||
$ yt -F nVjsGKrE6E8
|
||||
|
||||
# download it
|
||||
$ yt nVjsGKrE6E8
|
||||
|
||||
# play it
|
||||
|
Loading…
Reference in New Issue
Block a user