diff options
author | Sergey M. <dstftw@gmail.com> | 2015-09-09 20:48:52 +0600 |
---|---|---|
committer | Sergey M. <dstftw@gmail.com> | 2015-09-09 20:48:52 +0600 |
commit | 6c4d243de5677660b5e8a4ae78c3f4911c89e6ca (patch) | |
tree | 53654ede9468323ab5c59f7adfa4c1e633b82716 /youtube_dl/extractor | |
parent | d1561ef7779af782aefba7a475108596f388d758 (diff) | |
parent | 75bb5c7028bd9072bd03371c2d337932ec832642 (diff) |
Merge pull request #6804 from remitamine/xuite-tests
[xuite] fix test md5
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/xuite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/xuite.py b/youtube_dl/extractor/xuite.py index 5aac8adb3..8bbac54e2 100644 --- a/youtube_dl/extractor/xuite.py +++ b/youtube_dl/extractor/xuite.py @@ -19,7 +19,7 @@ class XuiteIE(InfoExtractor): _TESTS = [{ # Audio 'url': 'http://vlog.xuite.net/play/RGkzc1ZULTM4NjA5MTQuZmx2', - 'md5': '63a42c705772aa53fd4c1a0027f86adf', + 'md5': 'e79284c87b371424885448d11f6398c8', 'info_dict': { 'id': '3860914', 'ext': 'mp3', |