diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-07-08 03:33:53 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-07-08 03:33:53 +0700 |
commit | 29c4a07776605a9fa5bbac56f49447875f56884d (patch) | |
tree | 5b743a71a957cd81092abe3465423b8cf59bb0a3 | |
parent | 826e911e41b9daa266132f575fb4128e25d33186 (diff) |
[lynda] Fix test
-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 2d5040032..1237e1573 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': 'ecfc6862da89489161fb9cd5f5a6fac1', + 'md5': '679734f6786145da3546585de9a356be', 'info_dict': { 'id': '114408', 'ext': 'mp4', |