mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 06:27:21 +00:00
linter
This commit is contained in:
parent
94aade999d
commit
44cf483fd4
|
@ -2150,6 +2150,7 @@ def selector_function(ctx):
|
||||||
r'(?P<m>merge)?all(?P<t>video|audio)?(?P<l>lang)?', format_spec)
|
r'(?P<m>merge)?all(?P<t>video|audio)?(?P<l>lang)?', format_spec)
|
||||||
if mobj:
|
if mobj:
|
||||||
mg, tp, la = mobj.group('m', 't', 'l')
|
mg, tp, la = mobj.group('m', 't', 'l')
|
||||||
|
|
||||||
def selector_function(ctx):
|
def selector_function(ctx):
|
||||||
formats = ctx['formats'][::-1]
|
formats = ctx['formats'][::-1]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue