Move cachedir doc
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 22 Sep 2013 09:09:25 +0000 (11:09 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 22 Sep 2013 09:09:25 +0000 (11:09 +0200)
youtube_dl/FileDownloader.py
youtube_dl/YoutubeDL.py

index 6047141345b74851d193bbcb898d340527b96438..0b5a5d77d409ca0a193a9ce6bf6890f88767459d 100644 (file)
@@ -39,8 +39,6 @@ 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.
-                       "NONE" to disable filesystem cache.
     """
 
     params = None
index fa24ebe0dc7abedf09765cfe2f7527db8464f693..ead1ccb1cf2b911d26dc25175da1c881d331652c 100644 (file)
@@ -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: