diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-07-09 21:29:11 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-07-09 21:29:11 +0700 |
commit | 61a98b862320801ad2ae9d6cb922d9575ead5276 (patch) | |
tree | 6625c5662219a713ef7c36cd676f62d86729927a /youtube_dl | |
parent | 6daf34a0457cdb3b657cc01997ce5197dab91047 (diff) |
[lynda] Remove md5 from test (Closes #10047)
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/lynda.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/lynda.py b/youtube_dl/extractor/lynda.py index 1237e1573..a98c4c530 100644 --- 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', |