[youtube] Add filesystem signature cache
[youtube-dl] / youtube_dl / FileDownloader.py
index 0b5a5d77d409ca0a193a9ce6bf6890f88767459d..1eb71a80e64d644f3d99a023ef259b89954ac93d 100644 (file)
@@ -39,6 +39,8 @@ class FileDownloader(object):
     test:              Download only first bytes to test the downloader.
     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.
     """
 
     params = None