Skip to content

Commit

Permalink
[soundcloud] Extract AAC format
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsolarino authored and bbepis committed May 14, 2020
1 parent a312363 commit c4534a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions youtube_dl/extractor/soundcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,8 @@ def add_format(f, protocol, is_preview=False):
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:
Expand Down

0 comments on commit c4534a7

Please sign in to comment.