diff options
| author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-09-15 00:53:04 +0800 | 
|---|---|---|
| committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-09-15 00:53:04 +0800 | 
| commit | 6db354a9f4c62c3cc47918adc13e1e4b63146c80 (patch) | |
| tree | f1bb8e3a31927e2dcec01ce07b67bc9869267e83 | |
| parent | 353f340e11d7fc4a0a4973ddd85bc93b1061a487 (diff) | |
[kuwo] Update _TESTS
| -rw-r--r-- | youtube_dl/extractor/kuwo.py | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube_dl/extractor/kuwo.py b/youtube_dl/extractor/kuwo.py index ba621ca7b..081af86f6 100644 --- a/youtube_dl/extractor/kuwo.py +++ b/youtube_dl/extractor/kuwo.py @@ -82,7 +82,7 @@ class KuwoIE(KuwoBaseIE):              'upload_date': '20150518',          },          'params': { -            'format': 'mp3-320' +            'format': 'mp3-320',          },      }, {          'url': 'http://www.kuwo.cn/yinyue/3197154?catalog=yueku2016', @@ -181,7 +181,7 @@ class KuwoChartIE(InfoExtractor):          'info_dict': {              'id': '香港中文龙虎榜',          }, -        'playlist_mincount': 10, +        'playlist_mincount': 7,      }      def _real_extract(self, url): @@ -303,7 +303,7 @@ class KuwoMvIE(KuwoBaseIE):              'id': '6480076',              'ext': 'mp4',              'title': 'My HouseMV', -            'creator': 'PM02:00', +            'creator': '2PM',          },          # In this video, music URLs (anti.s) are blocked outside China and          # USA, while the MV URL (mvurl) is available globally, so force the MV  | 
