1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-11 08:07:15 +08:00

Add files via upload

This commit is contained in:
vayalil 2018-02-13 17:57:46 +11:00 committed by GitHub
parent 9f87c688c9
commit d8d02c7932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1033,7 +1033,7 @@ class YoutubeDL(object):
'!=': operator.ne,
}
operator_rex = re.compile(r'''(?x)\s*
(?P<key>width|height|tbr|abr|vbr|asr|filesize|fps)
(?P<key>width|height|tbr|abr|vbr|asr|filesize|filesize_approx|fps)
\s*(?P<op>%s)(?P<none_inclusive>\s*\?)?\s*
(?P<value>[0-9.]+(?:[kKmMgGtTpPeEzZyY]i?[Bb]?)?)
$