mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-06-02 23:07:27 +02:00
update
This commit is contained in:
parent
cb235c57e4
commit
6b5e3626b5
@ -1,7 +1,8 @@
|
|||||||
youtube-dl
|
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
|
## Tutorial
|
||||||
|
|
||||||
@ -9,7 +10,10 @@ youtube-dl
|
|||||||
# create a alias
|
# create a alias
|
||||||
$ alias yt='docker run --rm -v `pwd`:/data vimagick/youtube-dl'
|
$ alias yt='docker run --rm -v `pwd`:/data vimagick/youtube-dl'
|
||||||
|
|
||||||
# download a video
|
# list all formats
|
||||||
|
$ yt -F nVjsGKrE6E8
|
||||||
|
|
||||||
|
# download it
|
||||||
$ yt nVjsGKrE6E8
|
$ yt nVjsGKrE6E8
|
||||||
|
|
||||||
# play it
|
# play it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user