[vodlocker] Fix _VALID_URL
This commit is contained in:
parent
9dcb8f3fc7
commit
8904e979df
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ from ..utils import (
|
|||
|
||||
|
||||
class VodlockerIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?vodlocker.com/(?P<id>[0-9a-zA-Z]+)(?:\..*?)?'
|
||||
_VALID_URL = r'https?://(?:www\.)?vodlocker\.com/(?P<id>[0-9a-zA-Z]+)(?:\..*?)?'
|
||||
|
||||
_TESTS = [{
|
||||
'url': 'http://vodlocker.com/e8wvyzz4sl42',
|
||||
|
|
Loading…
Reference in a new issue