소스 검색

Move cachedir doc

Philipp Hagemeister 12 년 전
부모
커밋
c35f9e72ce
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      youtube_dl/FileDownloader.py
  2. 2 0
      youtube_dl/YoutubeDL.py

+ 0 - 2
youtube_dl/FileDownloader.py

@@ -39,8 +39,6 @@ class FileDownloader(object):
     test:              Download only first bytes to test the downloader.
     test:              Download only first bytes to test the downloader.
     min_filesize:      Skip files smaller than this size
     min_filesize:      Skip files smaller than this size
     max_filesize:      Skip files larger 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
     params = None

+ 2 - 0
youtube_dl/YoutubeDL.py

@@ -81,6 +81,8 @@ class YoutubeDL(object):
     keepvideo:         Keep the video file after post-processing
     keepvideo:         Keep the video file after post-processing
     daterange:         A DateRange object, download only if the upload_date is in the range.
     daterange:         A DateRange object, download only if the upload_date is in the range.
     skip_download:     Skip the actual download of the video file
     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 following parameters are not used by YoutubeDL itself, they are used by
     the FileDownloader:
     the FileDownloader: