1
0
mirror of https://source.netsyms.com/Mirrors/youtube-dl synced 2026-04-03 17:29:03 +00:00

Merge pull request #7052 from remitamine/engadget

[engadget] accept short video urls
This commit is contained in:
Sergey M.
2015-10-03 22:36:49 +06:00

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