[engadget] accept short video urls

This commit is contained in:
remitamine 2015-10-03 14:17:17 +01:00
parent bad84757eb
commit 97d5bfcba6

View file

@ -10,7 +10,7 @@ from ..utils import (
class EngadgetIE(InfoExtractor):
_VALID_URL = r'''(?x)https?://www.engadget.com/
(?:video/5min/(?P<id>\d+)|
(?:video(?:/5min)?/(?P<id>\d+)|
[\d/]+/.*?)
'''