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
1 changed files with 1 additions and 0 deletions

View File

@ -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]