aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-07-09 21:29:11 +0700
committerSergey M․ <dstftw@gmail.com>2016-07-09 21:29:11 +0700
commit61a98b862320801ad2ae9d6cb922d9575ead5276 (patch)
tree6625c5662219a713ef7c36cd676f62d86729927a
parent6daf34a0457cdb3b657cc01997ce5197dab91047 (diff)
downloadyoutube-dl-61a98b862320801ad2ae9d6cb922d9575ead5276.tar.xz
[lynda] Remove md5 from test (Closes #10047)
-rw-r--r--youtube_dl/extractor/lynda.py2
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',