[youtube] Improve cache and add an option to print the extracted signatures
[youtube-dl] / youtube_dl / FileDownloader.py
index 1eb71a80e64d644f3d99a023ef259b89954ac93d..6047141345b74851d193bbcb898d340527b96438 100644 (file)
@@ -40,7 +40,7 @@ class FileDownloader(object):
     min_filesize:      Skip files smaller than this size
     max_filesize:      Skip files larger than this size
     cachedir:          Location of the cache files in the filesystem.
-                       False to disable filesystem cache.
+                       "NONE" to disable filesystem cache.
     """
 
     params = None