1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/youtube-dl/README.md

20 lines
346 B
Markdown
Raw Normal View History

2015-07-05 07:53:58 +02:00
youtube-dl
==========
[`youtube-dl`][1] is a small command-line program to download videos from YouTube.com and a few more sites.
## Tutorial
```
# create a alias
$ alias yt='docker run --rm -v `pwd`:/data vimagick/youtube-dl'
# download a video
$ yt nVjsGKrE6E8
2015-07-05 07:57:12 +02:00
# play it
$ vlc *-nVjsGKrE6E8.mp4
2015-07-05 07:53:58 +02:00
```
[1]: https://rg3.github.io/youtube-dl/