Browse Source

[iqiyi] Skip an unstable MD5 checksum

Yen Chi Hsuan 9 years ago
parent
commit
3a212ed62e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/iqiyi.py

+ 1 - 1
youtube_dl/extractor/iqiyi.py

@@ -165,7 +165,7 @@ class IqiyiIE(InfoExtractor):
 
 
     _TESTS = [{
     _TESTS = [{
         'url': 'http://www.iqiyi.com/v_19rrojlavg.html',
         'url': 'http://www.iqiyi.com/v_19rrojlavg.html',
-        'md5': '5b0591f55961117155430b5d544fdb01',
+        # MD5 checksum differs on my machine and Travis CI
         'info_dict': {
         'info_dict': {
             'id': '9c1fb1b99d192b21c559e5a1a2cb3c73',
             'id': '9c1fb1b99d192b21c559e5a1a2cb3c73',
             'ext': 'mp4',
             'ext': 'mp4',