Allow opts.cachedir == None to disable cache
[youtube-dl] / youtube_dl / YoutubeDL.py
index ead1ccb1cf2b911d26dc25175da1c881d331652c..a3a351ee6e8dcecbe81cc7cbb04e2be46bb9d11b 100644 (file)
@@ -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: