1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-16 07:42:24 +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 @@
class EngadgetIE(InfoExtractor):
_VALID_URL = r'''(?x)https?://www.engadget.com/
(?:video/5min/(?P<id>\d+)|
(?:video(?:/5min)?/(?P<id>\d+)|
[\d/]+/.*?)
'''