mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-12 10:11:07 +01:00
Fixes #8239
This commit is contained in:
parent
b2dca40d81
commit
3a0a78731b
@ -40,7 +40,7 @@ def extract_formats(cls, info):
|
||||
if not details:
|
||||
continue
|
||||
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'],
|
||||
details['extension']),
|
||||
'ext': details.get('extension'),
|
||||
|
Loading…
Reference in New Issue
Block a user