Merge pull request #7052 from remitamine/engadget
[engadget] accept short video urls
This commit is contained in:
commit
85557f635a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ from ..utils import (
|
||||||
|
|
||||||
class EngadgetIE(InfoExtractor):
|
class EngadgetIE(InfoExtractor):
|
||||||
_VALID_URL = r'''(?x)https?://www.engadget.com/
|
_VALID_URL = r'''(?x)https?://www.engadget.com/
|
||||||
(?:video/5min/(?P<id>\d+)|
|
(?:video(?:/5min)?/(?P<id>\d+)|
|
||||||
[\d/]+/.*?)
|
[\d/]+/.*?)
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue