aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/FileDownloader.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-09-22 00:35:03 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-09-22 00:35:03 +0200
commitc4417ddb611e14b81fe56b6b32964c5802faf554 (patch)
treeb48e51a91bd0c01e641bda652e6bcfa0ae39c238 /youtube_dl/FileDownloader.py
parent2f2ffea9cad7d30165a0171bf6e662bef2182ab4 (diff)
downloadyoutube-dl-c4417ddb611e14b81fe56b6b32964c5802faf554.tar.xz
[youtube] Add filesystem signature cache
Diffstat (limited to 'youtube_dl/FileDownloader.py')
-rw-r--r--youtube_dl/FileDownloader.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/FileDownloader.py b/youtube_dl/FileDownloader.py
index 0b5a5d77d..1eb71a80e 100644
--- a/youtube_dl/FileDownloader.py
+++ b/youtube_dl/FileDownloader.py
@@ -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