]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/__init__.py
[ie/eplus] Handle URLs without videos (#9855)
[yt-dlp.git] / yt_dlp / __init__.py
index 940594fafb8b1afc74d68145a5f7aa5bb1cfd93b..3d606bcba2548bff6d7849ecbc02b696b78cbae5 100644 (file)
@@ -836,6 +836,7 @@ def parse_options(argv=None):
         'noprogress': opts.quiet if opts.noprogress is None else opts.noprogress,
         'progress_with_newline': opts.progress_with_newline,
         'progress_template': opts.progress_template,
+        'progress_delta': opts.progress_delta,
         'playliststart': opts.playliststart,
         'playlistend': opts.playlistend,
         'playlistreverse': opts.playlist_reverse,