youtube-dl

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

commit 29c4a07776605a9fa5bbac56f49447875f56884d
parent 826e911e41b9daa266132f575fb4128e25d33186
Author: Sergey M․ <dstftw@gmail.com>
Date:   Fri,  8 Jul 2016 03:33:53 +0700

[lynda] Fix test

Diffstat:
Myoutube_dl/extractor/lynda.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/lynda.py b/youtube_dl/extractor/lynda.py @@ -100,7 +100,7 @@ class LyndaIE(LyndaBaseIE): _TESTS = [{ 'url': 'http://www.lynda.com/Bootstrap-tutorials/Using-exercise-files/110885/114408-4.html', - 'md5': 'ecfc6862da89489161fb9cd5f5a6fac1', + 'md5': '679734f6786145da3546585de9a356be', 'info_dict': { 'id': '114408', 'ext': 'mp4',