parent
38a40c9e16
commit
b5ac45b197
2 changed files with 22 additions and 29 deletions
|
|
@ -1758,6 +1758,7 @@ class YoutubeDL(object):
|
|||
def _check_formats(formats):
|
||||
if not check_formats:
|
||||
yield from formats
|
||||
return
|
||||
for f in formats:
|
||||
self.to_screen('[info] Testing format %s' % f['format_id'])
|
||||
temp_file = tempfile.NamedTemporaryFile(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue