Browse Source

[iqiyi] Skip an unstable MD5 checksum

totalwebcasting
Yen Chi Hsuan 8 years ago
parent
commit
3a212ed62e
No known key found for this signature in database GPG Key ID: 3FDDD575826C5C30
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/iqiyi.py

+ 1
- 1
youtube_dl/extractor/iqiyi.py View File

@ -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',


Loading…
Cancel
Save