diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-09-24 21:04:43 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-09-24 21:04:43 +0200 |
commit | c3c88a2664595fd62898e44f8fc93c84e6d3c5a4 (patch) | |
tree | 8a70cc424526998dbc1e346a64fbc858266dd7ba /youtube_dl/YoutubeDL.py | |
parent | c705320f485cd962827fce464a93993569e3173f (diff) |
Allow opts.cachedir == None to disable cache
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rw-r--r-- | youtube_dl/YoutubeDL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index ead1ccb1c..a3a351ee6 100644 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -82,7 +82,7 @@ class YoutubeDL(object): daterange: A DateRange object, download only if the upload_date is in the range. skip_download: Skip the actual download of the video file cachedir: Location of the cache files in the filesystem. - "NONE" to disable filesystem cache. + None to disable filesystem cache. The following parameters are not used by YoutubeDL itself, they are used by the FileDownloader: |