1
0
Fork 0

Add experimental option --check-formats to test the URLs before format selection

This commit is contained in:
pukkandan 2021-05-04 21:24:00 +05:30
commit e8e738406a
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
5 changed files with 76 additions and 31 deletions

View file

@ -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,