commit: b9e5f872916a7d753ae237459b10622c1c2c3471
parent 6b09401b0ba95da5669d249c8930b3adb873d96e
Author: tom <tomster954@gmail.com>
Date: Thu, 9 Apr 2020 21:50:45 +1000
[soundcloud] Extract AAC format
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/youtube_dl/extractor/soundcloud.py b/youtube_dl/extractor/soundcloud.py
@@ -350,6 +350,8 @@ class SoundcloudIE(InfoExtractor):
format_id_list = []
if protocol:
format_id_list.append(protocol)
+ if f.get('ext') == 'aac':
+ f['abr'] = '256'
for k in ('ext', 'abr'):
v = f.get(k)
if v: