aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/options.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-06-08 20:13:41 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-06-08 20:13:41 +0530
commit3b1fe47d840325903cce8f53bbe4d1fd1e31071b (patch)
tree3f63c17740d1311d28e4ff7f5bcaf59388e644b2 /yt_dlp/options.py
parented64ce59057c03d25dd6cb488ca28a3cf8ea04d1 (diff)
downloadhypervideo-pre-3b1fe47d840325903cce8f53bbe4d1fd1e31071b.tar.lz
hypervideo-pre-3b1fe47d840325903cce8f53bbe4d1fd1e31071b.tar.xz
hypervideo-pre-3b1fe47d840325903cce8f53bbe4d1fd1e31071b.zip
Release 2021.06.08
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r--yt_dlp/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py
index c72a7d5d0..4d17356da 100644
--- a/yt_dlp/options.py
+++ b/yt_dlp/options.py
@@ -1077,7 +1077,7 @@ def parseOpts(overrideArguments=None):
help='Do not read/dump cookies (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 permanently. By default $XDG_CACHE_HOME/youtube-dl or ~/.cache/youtube-dl . At the moment, only YouTube player files (for videos with obfuscated signatures) are cached, but that may change')
+ 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')
filesystem.add_option(
'--no-cache-dir', action='store_false', dest='cachedir',
help='Disable filesystem caching')