diff options
author | Simon Sawicki <contact@grub4k.xyz> | 2024-04-08 22:47:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-08 22:47:38 +0200 |
commit | 9590cc6b4768e190183d7d071a6c78170889116a (patch) | |
tree | f8ce6d335288f42bab0fc03877f90b8576d7ee44 /yt_dlp/YoutubeDL.py | |
parent | 79a451e5763eda8b10d00684d5d3378f3255ee01 (diff) |
Add new option `--progress-delta` (#9082)
Authored by: Grub4K
Diffstat (limited to 'yt_dlp/YoutubeDL.py')
-rw-r--r-- | yt_dlp/YoutubeDL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py index 291fc8d00..35aba968f 100644 --- a/yt_dlp/YoutubeDL.py +++ b/yt_dlp/YoutubeDL.py @@ -481,7 +481,7 @@ class YoutubeDL: nopart, updatetime, buffersize, ratelimit, throttledratelimit, min_filesize, max_filesize, test, noresizebuffer, retries, file_access_retries, fragment_retries, continuedl, xattr_set_filesize, hls_use_mpegts, http_chunk_size, - external_downloader_args, concurrent_fragment_downloads. + external_downloader_args, concurrent_fragment_downloads, progress_delta. The following options are used by the post processors: ffmpeg_location: Location of the ffmpeg/avconv binary; either the path |