[ie/soundcloud] Always extract original format extension (#13746)
Closes #13743 Authored by: bashonly
This commit is contained in:
parent
dcc4cba39e
commit
c1ac543c81
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ class SoundcloudBaseIE(InfoExtractor):
|
||||||
format_urls.add(format_url)
|
format_urls.add(format_url)
|
||||||
formats.append({
|
formats.append({
|
||||||
'format_id': 'download',
|
'format_id': 'download',
|
||||||
'ext': urlhandle_detect_ext(urlh, default='mp3'),
|
'ext': urlhandle_detect_ext(urlh),
|
||||||
'filesize': int_or_none(urlh.headers.get('Content-Length')),
|
'filesize': int_or_none(urlh.headers.get('Content-Length')),
|
||||||
'url': format_url,
|
'url': format_url,
|
||||||
'quality': 10,
|
'quality': 10,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue