# Audiomack wraps a lot of soundcloud tracks in their branded wrapper
# if so, pass the work off to the soundcloud extractor
if SoundcloudIE.suitable(api_response['url']):
# Audiomack wraps a lot of soundcloud tracks in their branded wrapper
# if so, pass the work off to the soundcloud extractor
if SoundcloudIE.suitable(api_response['url']):
'uploader': api_response.get('artist'),
'title': api_response.get('title'),
'url': api_response['url'],
'uploader': api_response.get('artist'),
'title': api_response.get('title'),
'url': api_response['url'],