diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-12-23 20:49:52 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-12-23 20:49:52 +0600 |
commit | be514c856cf9f95fe3e0d45b1df0319a0872b911 (patch) | |
tree | af5aaddc09977913cc571836e400bcb2095e47b9 | |
parent | 128eb31d90583113083ba1fe329eb4cf42c2989f (diff) |
[24video] Fix test
-rw-r--r-- | youtube_dl/extractor/twentyfourvideo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/twentyfourvideo.py b/youtube_dl/extractor/twentyfourvideo.py index 68e2277a4..e03e2dbaa 100644 --- a/youtube_dl/extractor/twentyfourvideo.py +++ b/youtube_dl/extractor/twentyfourvideo.py @@ -17,7 +17,7 @@ class TwentyFourVideoIE(InfoExtractor): _TESTS = [ { 'url': 'http://www.24video.net/video/view/1044982', - 'md5': 'd041af8b5b4246ea466226a0d6693345', + 'md5': 'e09fc0901d9eaeedac872f154931deeb', 'info_dict': { 'id': '1044982', 'ext': 'mp4', |