|
|
@ -40,7 +40,7 @@ class NetEaseMusicBaseIE(InfoExtractor):
|
|
|
|
if not details:
|
|
|
|
if not details:
|
|
|
|
continue
|
|
|
|
continue
|
|
|
|
formats.append({
|
|
|
|
formats.append({
|
|
|
|
'url': 'http://m1.music.126.net/%s/%s.%s' %
|
|
|
|
'url': 'http://m5.music.126.net/%s/%s.%s' %
|
|
|
|
(cls._encrypt(details['dfsId']), details['dfsId'],
|
|
|
|
(cls._encrypt(details['dfsId']), details['dfsId'],
|
|
|
|
details['extension']),
|
|
|
|
details['extension']),
|
|
|
|
'ext': details.get('extension'),
|
|
|
|
'ext': details.get('extension'),
|
|
|
|