diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-09-24 21:40:08 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-09-24 21:40:08 +0200 |
commit | 695dc094ab16a0df40712bf504bc2880c62e598f (patch) | |
tree | 197038df0e3ad4614c862b7a6d20d89608c038df /youtube_dl/YoutubeDL.py | |
parent | 2cdeb20135d31ec568f016108d15735bfca33c10 (diff) | |
parent | 7f747732547fedc876bcdcc77ba53a56324d7e87 (diff) |
Merge branch 'automatic-signatures'
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rw-r--r-- | youtube_dl/YoutubeDL.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index fa24ebe0d..a3a351ee6 100644 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -81,6 +81,8 @@ class YoutubeDL(object): keepvideo: Keep the video file after post-processing 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. The following parameters are not used by YoutubeDL itself, they are used by the FileDownloader: |