mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-16 05:13:21 +00:00
[engadget] accept short video urls
This commit is contained in:
parent
bad84757eb
commit
97d5bfcba6
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
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