Add experimental option --check-formats to test the URLs before format selection
This commit is contained in:
parent
e625be0d10
commit
e8e738406a
5 changed files with 76 additions and 31 deletions
|
|
@ -471,6 +471,7 @@ def _real_main(argv=None):
|
|||
'format_sort_force': opts.format_sort_force,
|
||||
'allow_multiple_video_streams': opts.allow_multiple_video_streams,
|
||||
'allow_multiple_audio_streams': opts.allow_multiple_audio_streams,
|
||||
'check_formats': opts.check_formats,
|
||||
'listformats': opts.listformats,
|
||||
'listformats_table': opts.listformats_table,
|
||||
'outtmpl': outtmpl,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue