about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-07-04 11:25:46 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-07-04 11:25:46 +0800
commit3a212ed62e45cd69e1bcd57402c5a6a6f7e8908b (patch)
tree39d0d05efc736d41e1845aab1b28fbbb42de9e6c
parent195f0845421b005a08f12634b56ea31089fd3808 (diff)
downloadyoutube-dl-3a212ed62e45cd69e1bcd57402c5a6a6f7e8908b.tar.gz
youtube-dl-3a212ed62e45cd69e1bcd57402c5a6a6f7e8908b.tar.xz
youtube-dl-3a212ed62e45cd69e1bcd57402c5a6a6f7e8908b.zip
[iqiyi] Skip an unstable MD5 checksum
-rw-r--r--youtube_dl/extractor/iqiyi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/iqiyi.py b/youtube_dl/extractor/iqiyi.py
index ba037d48c..01c7b3042 100644
--- a/youtube_dl/extractor/iqiyi.py
+++ b/youtube_dl/extractor/iqiyi.py
@@ -165,7 +165,7 @@ class IqiyiIE(InfoExtractor):
 
     _TESTS = [{
         'url': 'http://www.iqiyi.com/v_19rrojlavg.html',
-        'md5': '5b0591f55961117155430b5d544fdb01',
+        # MD5 checksum differs on my machine and Travis CI
         'info_dict': {
             'id': '9c1fb1b99d192b21c559e5a1a2cb3c73',
             'ext': 'mp4',