mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-27 12:42:55 +08:00
Update README.md
Fat meat is greasy -- shortening word length
This commit is contained in:
parent
20e98bf6c0
commit
6542359b35
10
README.md
10
README.md
@ -15,7 +15,7 @@ youtube-dl - download videos from youtube.com or other video platforms
|
||||
|
||||
# INSTALLATION
|
||||
|
||||
To install it right away for all UNIX users (Linux, OS X, etc.), type:
|
||||
For all UNIX users (Linux, OS X, etc.), type:
|
||||
|
||||
sudo curl https://yt-dl.org/latest/youtube-dl -o /usr/local/bin/youtube-dl
|
||||
sudo chmod a+rx /usr/local/bin/youtube-dl
|
||||
@ -39,10 +39,10 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo
|
||||
|
||||
# DESCRIPTION
|
||||
**youtube-dl** is a small command-line program to download videos from
|
||||
YouTube.com and a few more sites. It requires the Python interpreter, version
|
||||
2.6, 2.7, or 3.2+, and it is not platform specific. It should work on
|
||||
your Unix box, on Windows or on Mac OS X. It is released to the public domain,
|
||||
which means you can modify it, redistribute it or use it however you like.
|
||||
YouTube.com and a few more sites. It requires the Python interpreter and version
|
||||
2.6+ or 3.2+. It is not platform specific, so it should work on
|
||||
your Unix box, on Windows or on Mac OS X. It is released to the public domain, so
|
||||
you can modify it, redistribute it or use it however you like.
|
||||
|
||||
youtube-dl [OPTIONS] URL [URL...]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user