mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
Remove horizontal rules from README.md
This commit is contained in:
parent
6bcd846b52
commit
2bf94b3116
@ -1,11 +1,9 @@
|
|||||||
# youtube-dl
|
# youtube-dl
|
||||||
|
|
||||||
## USAGE
|
## USAGE
|
||||||
***
|
|
||||||
youtube-dl [OPTIONS] URL
|
youtube-dl [OPTIONS] URL
|
||||||
|
|
||||||
## DESCRIPTION
|
## DESCRIPTION
|
||||||
***
|
|
||||||
**youtube-dl** is a small command-line program to download videos from
|
**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
|
YouTube.com and a few more sites. It requires the Python interpreter, version
|
||||||
2.x (x being at least 5), and it is not platform specific. It should work in
|
2.x (x being at least 5), and it is not platform specific. It should work in
|
||||||
@ -13,7 +11,6 @@ ## DESCRIPTION
|
|||||||
which means you can modify it, redistribute it or use it however you like.
|
which means you can modify it, redistribute it or use it however you like.
|
||||||
|
|
||||||
## OPTIONS
|
## OPTIONS
|
||||||
***
|
|
||||||
-h, --help print this help text and exit
|
-h, --help print this help text and exit
|
||||||
-v, --version print program version and exit
|
-v, --version print program version and exit
|
||||||
-U, --update update this program to latest stable version
|
-U, --update update this program to latest stable version
|
||||||
@ -76,13 +73,11 @@ ### Post-processing Options:
|
|||||||
"best", "aac" or "mp3"; best by default
|
"best", "aac" or "mp3"; best by default
|
||||||
|
|
||||||
## COPYRIGHT
|
## COPYRIGHT
|
||||||
***
|
|
||||||
**youtube-dl**: Copyright © 2006-2011 Ricardo Garcia Gonzalez. The program is
|
**youtube-dl**: Copyright © 2006-2011 Ricardo Garcia Gonzalez. The program is
|
||||||
released into the public domain by the copyright holder. This README file was
|
released into the public domain by the copyright holder. This README file was
|
||||||
originally written by Daniel Bolton (<https://github.com/dbbolton>) and is
|
originally written by Daniel Bolton (<https://github.com/dbbolton>) and is
|
||||||
likewise released into the public domain.
|
likewise released into the public domain.
|
||||||
|
|
||||||
## BUGS
|
## BUGS
|
||||||
***
|
|
||||||
Bugs should be reported at: <https://github.com/rg3/youtube-dl/issues>
|
Bugs should be reported at: <https://github.com/rg3/youtube-dl/issues>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user