mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-04 11:54:20 -04:00
[tests] Fix tests
This commit is contained in:
@@ -2014,7 +2014,7 @@ class YoutubeDL(object):
|
||||
yield from _check_formats(ctx['formats'][::-1])
|
||||
elif format_spec == 'mergeall':
|
||||
def selector_function(ctx):
|
||||
formats = list(_check_formats(ctx['formats'][::-1]))
|
||||
formats = list(_check_formats(ctx['formats']))
|
||||
if not formats:
|
||||
return
|
||||
merged_format = formats[-1]
|
||||
|
Reference in New Issue
Block a user