From 3b1fe47d840325903cce8f53bbe4d1fd1e31071b Mon Sep 17 00:00:00 2001 From: pukkandan Date: Tue, 8 Jun 2021 20:13:41 +0530 Subject: Release 2021.06.08 --- yt_dlp/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt_dlp/options.py') 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') -- cgit v1.2.3