diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-09-22 10:30:02 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-09-22 10:30:02 +0200 |
commit | edf3e38ebd6c5db21585dc7b6384e325e6cfb540 (patch) | |
tree | c91ed83d85ce212896e6d8bd1bb4ffb0f146c7d9 /youtube_dl/FileDownloader.py | |
parent | c4417ddb611e14b81fe56b6b32964c5802faf554 (diff) |
[youtube] Improve cache and add an option to print the extracted signatures
Diffstat (limited to 'youtube_dl/FileDownloader.py')
-rw-r--r-- | youtube_dl/FileDownloader.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/FileDownloader.py b/youtube_dl/FileDownloader.py index 1eb71a80e..604714134 100644 --- a/youtube_dl/FileDownloader.py +++ b/youtube_dl/FileDownloader.py @@ -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 |