mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-05 01:44:33 +01:00
Fixes #8239
This commit is contained in:
parent
b2dca40d81
commit
3a0a78731b
@ -40,7 +40,7 @@ class NetEaseMusicBaseIE(InfoExtractor):
|
|||||||
if not details:
|
if not details:
|
||||||
continue
|
continue
|
||||||
formats.append({
|
formats.append({
|
||||||
'url': 'http://m5.music.126.net/%s/%s.%s' %
|
'url': 'http://203.130.59.9/m1.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'),
|
||||||
|
Loading…
Reference in New Issue
Block a user