]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/FileDownloader.py
Move cachedir doc
[youtube-dl.git] / youtube_dl / FileDownloader.py
index 1eb71a80e64d644f3d99a023ef259b89954ac93d..0b5a5d77d409ca0a193a9ce6bf6890f88767459d 100644 (file)
@@ -39,8 +39,6 @@ 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