Properly escaping periods

This commit is contained in:
Michael Lazar
2017-09-14 12:59:50 -04:00
parent 2a9e1c548c
commit c0087cde10

View File

@@ -72,7 +72,7 @@ URLS = OrderedDict([
marks=pytest.mark.xfail(reason="vidme API appears to have changed format"))),
('liveleak_video', (
'https://www.liveleak.com/view?i=08b_1499296574',
re.compile('https://cdn.liveleak.com/(.*).mp4(.*)'),
re.compile('https://cdn\.liveleak\.com/(.*)\.mp4(.*)'),
'video/mp4')),
('reddit_gif', (
'https://v.redd.it/wkm9zol8c6fz',