X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fengadget.py;h=e4180701d7d5fe7f538d029e8ffb27235b6135df;hb=c23e266427ef7fdcff3dc02e0d9978c58addea6c;hp=4ea37ebd9f2072ea7610cfc4a8630e120fcfa81b;hpb=5e1912cfc102f457fb9cb2472fb93c973cb68732;p=youtube-dl diff --git a/youtube_dl/extractor/engadget.py b/youtube_dl/extractor/engadget.py index 4ea37ebd9..e4180701d 100644 --- a/youtube_dl/extractor/engadget.py +++ b/youtube_dl/extractor/engadget.py @@ -10,7 +10,7 @@ from ..utils import ( class EngadgetIE(InfoExtractor): _VALID_URL = r'''(?x)https?://www.engadget.com/ - (?:video/5min/(?P\d+)| + (?:video(?:/5min)?/(?P\d+)| [\d/]+/.*?) '''