diff options
| author | Yen Chi Hsuan <yan12125@gmail.com> | 2017-02-11 22:27:45 +0800 | 
|---|---|---|
| committer | Yen Chi Hsuan <yan12125@gmail.com> | 2017-02-11 22:27:45 +0800 | 
| commit | 68c22c4c15a608a7067f658f5facc1ad8334c03a (patch) | |
| tree | 577d691313f633715e450fee1ea362e686184630 | |
| parent | 9b92a5917ba32644511d13a8af546d6f41282ffc (diff) | |
[iqiyi] Update _TESTS
| -rw-r--r-- | youtube_dl/extractor/iqiyi.py | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/youtube_dl/extractor/iqiyi.py b/youtube_dl/extractor/iqiyi.py index 01c7b3042..2af6a6db4 100644 --- a/youtube_dl/extractor/iqiyi.py +++ b/youtube_dl/extractor/iqiyi.py @@ -173,11 +173,12 @@ class IqiyiIE(InfoExtractor):          }      }, {          'url': 'http://www.iqiyi.com/v_19rrhnnclk.html', -        'md5': '667171934041350c5de3f5015f7f1152', +        'md5': 'b7dc800a4004b1b57749d9abae0472da',          'info_dict': {              'id': 'e3f585b550a280af23c98b6cb2be19fb',              'ext': 'mp4', -            'title': '名侦探柯南 国语版:第752集 迫近灰原秘密的黑影 下篇', +            # This can be either Simplified Chinese or Traditional Chinese +            'title': r're:^(?:名侦探柯南 国语版:第752集 迫近灰原秘密的黑影 下篇|名偵探柯南 國語版:第752集 迫近灰原秘密的黑影 下篇)$',          },          'skip': 'Geo-restricted to China',      }, { | 
