mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-11 01:10:35 +00:00
[postprocessor/ffmpeg] PEP 8
This commit is contained in:
parent
a64646e417
commit
5caa531a1a
@ -83,8 +83,8 @@ class FFmpegPostProcessor(PostProcessor):
|
|||||||
ver = get_exe_version(path, args=['-version'])
|
ver = get_exe_version(path, args=['-version'])
|
||||||
if ver:
|
if ver:
|
||||||
regexs = [
|
regexs = [
|
||||||
r'([0-9.]+)-0ubuntu0\.[0-9.]+$', # Ubuntu
|
r'([0-9.]+)-0ubuntu0\.[0-9.]+$', # Ubuntu
|
||||||
r'n([0-9.]+)$', # Arch Linux
|
r'n([0-9.]+)$', # Arch Linux
|
||||||
]
|
]
|
||||||
for regex in regexs:
|
for regex in regexs:
|
||||||
mobj = re.match(regex, ver)
|
mobj = re.match(regex, ver)
|
||||||
|
Loading…
Reference in New Issue
Block a user