aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/options.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-09-02 04:39:47 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-09-02 04:43:38 +0530
commit9ee4f0bb5b82fab44185b762d482bf9e96acd55a (patch)
tree5a53cbe398b79bdff0e4c052133f72bd3ea6fbc4 /yt_dlp/options.py
parentbe4d9f4cd9144d8c08c64264386a76c2b2fd0bed (diff)
downloadhypervideo-pre-9ee4f0bb5b82fab44185b762d482bf9e96acd55a.tar.lz
hypervideo-pre-9ee4f0bb5b82fab44185b762d482bf9e96acd55a.tar.xz
hypervideo-pre-9ee4f0bb5b82fab44185b762d482bf9e96acd55a.zip
Release 2021.09.02
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r--yt_dlp/options.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py
index 483cce8d8..2086e1265 100644
--- a/yt_dlp/options.py
+++ b/yt_dlp/options.py
@@ -232,7 +232,7 @@ def parseOpts(overrideArguments=None):
general.add_option(
'--default-search',
dest='default_search', metavar='PREFIX',
- help='Use this prefix for unqualified URLs. For example "gvsearch2:" downloads two videos from google videos for youtube-dl "large apple". Use the value "auto" to let youtube-dl guess ("auto_warning" to emit a warning when guessing). "error" just throws an error. The default value "fixup_error" repairs broken URLs, but emits an error if this is not possible instead of searching')
+ help='Use this prefix for unqualified URLs. For example "gvsearch2:" downloads two videos from google videos for the search term "large apple". Use the value "auto" to let yt-dlp guess ("auto_warning" to emit a warning when guessing). "error" just throws an error. The default value "fixup_error" repairs broken URLs, but emits an error if this is not possible instead of searching')
general.add_option(
'--ignore-config', '--no-config',
action='store_true',
@@ -1135,7 +1135,7 @@ def parseOpts(overrideArguments=None):
help='Do not load cookies from browser (default)')
filesystem.add_option(
'--cache-dir', dest='cachedir', default=None, metavar='DIR',
- help='Location in the filesystem where youtube-dl can store some downloaded information (such as client ids and signatures) permanently. By default $XDG_CACHE_HOME/youtube-dl or ~/.cache/youtube-dl')
+ help='Location in the filesystem where youtube-dl can store some downloaded information (such as client ids and signatures) permanently. By default $XDG_CACHE_HOME/yt-dlp or ~/.cache/yt-dlp')
filesystem.add_option(
'--no-cache-dir', action='store_false', dest='cachedir',
help='Disable filesystem caching')