]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/__init__.py
Add option `--ignore-no-formats-error`
[yt-dlp.git] / yt_dlp / __init__.py
index 90a3116ea47dc21453466930c69b96bb7e3dbf63..4f0684236ed692dfb653ad3f6e22ef50f712299a 100644 (file)
@@ -466,6 +466,7 @@ def report_args_compat(arg, name):
         'skip_download': opts.skip_download,
         'format': opts.format,
         'allow_unplayable_formats': opts.allow_unplayable_formats,
+        'ignore_no_formats_error': opts.ignore_no_formats_error,
         'format_sort': opts.format_sort,
         'format_sort_force': opts.format_sort_force,
         'allow_multiple_video_streams': opts.allow_multiple_video_streams,