youtube-dl

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

commit 61a98b862320801ad2ae9d6cb922d9575ead5276
parent 6daf34a0457cdb3b657cc01997ce5197dab91047
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat,  9 Jul 2016 21:29:11 +0700

[lynda] Remove md5 from test (Closes #10047)

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': '679734f6786145da3546585de9a356be', + # md5 is unstable 'info_dict': { 'id': '114408', 'ext': 'mp4',