diff options
author | dyn888 <dyn.8.8.8+github@gmail.com> | 2016-01-28 12:07:15 +0100 |
---|---|---|
committer | dyn888 <dyn.8.8.8+github@gmail.com> | 2016-01-28 12:07:15 +0100 |
commit | b0df5223be5429da0378841dc33eecb532f6898f (patch) | |
tree | f2a8bc352cd614952c5f77a89b99effef278bb07 /youtube_dl | |
parent | ed7cd1e859cf97e975a28a5e8c58a1d1aca819fe (diff) |
Update YoutubeDL.py
Diffstat (limited to 'youtube_dl')
-rwxr-xr-x | youtube_dl/YoutubeDL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 09d2b18f2..e1bd40843 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -906,7 +906,7 @@ class YoutubeDL(object): str_operator_rex = re.compile(r'''(?x) \s*(?P<key>ext|acodec|vcodec|container|protocol) \s*(?P<op>%s)(?P<none_inclusive>\s*\?)? - \s*(?P<value>[a-zA-Z0-9_-]+) + \s*(?P<value>[a-zA-Z0-9._-]+) \s*$ ''' % '|'.join(map(re.escape, STR_OPERATORS.keys()))) m = str_operator_rex.search(filter_spec) |