pull/3562/head
Lesmiscore 2 years ago
parent 94aade999d
commit 44cf483fd4
No known key found for this signature in database
GPG Key ID: 0EC2B52CF86236FF

@ -2150,6 +2150,7 @@ class YoutubeDL:
r'(?P<m>merge)?all(?P<t>video|audio)?(?P<l>lang)?', format_spec)
if mobj:
mg, tp, la = mobj.group('m', 't', 'l')
def selector_function(ctx):
formats = ctx['formats'][::-1]

Loading…
Cancel
Save