Correct some extractor _VALID_URL regexes
This commit is contained in:
parent
8796857429
commit
c0ade33e16
40 changed files with 43 additions and 43 deletions
|
@ -8,7 +8,7 @@ from ..utils import (
|
|||
|
||||
|
||||
class ViddlerIE(InfoExtractor):
|
||||
_VALID_URL = r'(?P<domain>https?://(?:www\.)?viddler.com)/(?:v|embed|player)/(?P<id>[a-z0-9]+)'
|
||||
_VALID_URL = r'(?P<domain>https?://(?:www\.)?viddler\.com)/(?:v|embed|player)/(?P<id>[a-z0-9]+)'
|
||||
_TEST = {
|
||||
u"url": u"http://www.viddler.com/v/43903784",
|
||||
u'file': u'43903784.mp4',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue