youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 85557f635ab7eac2e76e3a65be5a4446ddf18530
parent 60d23e5e592aebe4a77dfb4ab70e87337967721c
Author: Sergey M <dstftw@gmail.com>
Date:   Sat,  3 Oct 2015 22:36:49 +0600

Merge pull request #7052 from remitamine/engadget

[engadget] accept short video urls
Diffstat:
Myoutube_dl/extractor/engadget.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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<id>\d+)| + (?:video(?:/5min)?/(?P<id>\d+)| [\d/]+/.*?) '''