This commit is contained in:
Lesmiscore 2022-04-27 16:56:49 +09:00
parent 94aade999d
commit 44cf483fd4
No known key found for this signature in database
GPG key ID: 0EC2B52CF86236FF

View file

@ -2150,6 +2150,7 @@ def selector_function(ctx):
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]