mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-12-26 08:17:54 +01:00
undid whatever I did to the readme
This commit is contained in:
parent
bfbeb00e0c
commit
63cc9b4110
19
README.md
19
README.md
@ -77,8 +77,8 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo
|
|||||||
repairs broken URLs, but emits an error if
|
repairs broken URLs, but emits an error if
|
||||||
this is not possible instead of searching.
|
this is not possible instead of searching.
|
||||||
--ignore-config Do not read configuration files. When given
|
--ignore-config Do not read configuration files. When given
|
||||||
in the global configuration file /etc
|
in the global configuration file
|
||||||
/youtube-dl.conf: Do not read the user
|
/etc/youtube-dl.conf: Do not read the user
|
||||||
configuration in ~/.config/youtube-
|
configuration in ~/.config/youtube-
|
||||||
dl/config (%APPDATA%/youtube-dl/config.txt
|
dl/config (%APPDATA%/youtube-dl/config.txt
|
||||||
on Windows)
|
on Windows)
|
||||||
@ -108,8 +108,8 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo
|
|||||||
proxy specified by --proxy (or none, if the
|
proxy specified by --proxy (or none, if the
|
||||||
option is not present) is used for the
|
option is not present) is used for the
|
||||||
actual downloading.
|
actual downloading.
|
||||||
--geo-bypass Bypass geographic restriction via faking X
|
--geo-bypass Bypass geographic restriction via faking
|
||||||
-Forwarded-For HTTP header
|
X-Forwarded-For HTTP header
|
||||||
--no-geo-bypass Do not bypass geographic restriction via
|
--no-geo-bypass Do not bypass geographic restriction via
|
||||||
faking X-Forwarded-For HTTP header
|
faking X-Forwarded-For HTTP header
|
||||||
--geo-bypass-country CODE Force bypass geographic restriction with
|
--geo-bypass-country CODE Force bypass geographic restriction with
|
||||||
@ -258,11 +258,12 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo
|
|||||||
jar in
|
jar in
|
||||||
--cache-dir DIR Location in the filesystem where youtube-dl
|
--cache-dir DIR Location in the filesystem where youtube-dl
|
||||||
can store some downloaded information
|
can store some downloaded information
|
||||||
permanently. By default $XDG_CACHE_HOME
|
permanently. By default
|
||||||
/youtube-dl or ~/.cache/youtube-dl . At the
|
$XDG_CACHE_HOME/youtube-dl or
|
||||||
moment, only YouTube player files (for
|
~/.cache/youtube-dl . At the moment, only
|
||||||
videos with obfuscated signatures) are
|
YouTube player files (for videos with
|
||||||
cached, but that may change.
|
obfuscated signatures) are cached, but that
|
||||||
|
may change.
|
||||||
--no-cache-dir Disable filesystem caching
|
--no-cache-dir Disable filesystem caching
|
||||||
--rm-cache-dir Delete all filesystem cache files
|
--rm-cache-dir Delete all filesystem cache files
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user