tom
5 years ago
committed by
Sergey M․
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
2 additions and
0 deletions
-
youtube_dl/extractor/soundcloud.py
|
@ -350,6 +350,8 @@ class SoundcloudIE(InfoExtractor): |
|
|
format_id_list = [] |
|
|
format_id_list = [] |
|
|
if protocol: |
|
|
if protocol: |
|
|
format_id_list.append(protocol) |
|
|
format_id_list.append(protocol) |
|
|
|
|
|
if f.get('ext') == 'aac': |
|
|
|
|
|
f['abr'] = '256' |
|
|
for k in ('ext', 'abr'): |
|
|
for k in ('ext', 'abr'): |
|
|
v = f.get(k) |
|
|
v = f.get(k) |
|
|
if v: |
|
|
if v: |
|
|