Properly escaping periods
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user