mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[tests] Fix tests
This commit is contained in:
parent
9222c38182
commit
dd2a987d3f
5 changed files with 15 additions and 17 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue