1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-09-28 21:08:45 +02:00

[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): 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/]+/.*?)
''' '''