|
@ -298,7 +298,8 @@ class YoutubeDL(object): |
|
|
the downloader (see youtube_dl/downloader/common.py): |
|
|
the downloader (see youtube_dl/downloader/common.py): |
|
|
nopart, updatetime, buffersize, ratelimit, min_filesize, max_filesize, test, |
|
|
nopart, updatetime, buffersize, ratelimit, min_filesize, max_filesize, test, |
|
|
noresizebuffer, retries, continuedl, noprogress, consoletitle, |
|
|
noresizebuffer, retries, continuedl, noprogress, consoletitle, |
|
|
xattr_set_filesize, external_downloader_args, hls_use_mpegts. |
|
|
|
|
|
|
|
|
xattr_set_filesize, external_downloader_args, hls_use_mpegts, |
|
|
|
|
|
http_chunk_size. |
|
|
|
|
|
|
|
|
The following options are used by the post processors: |
|
|
The following options are used by the post processors: |
|
|
prefer_ffmpeg: If True, use ffmpeg instead of avconv if both are available, |
|
|
prefer_ffmpeg: If True, use ffmpeg instead of avconv if both are available, |
|
|