Browse Source

[audiomack] Fix typo (Closes #7936)

totalwebcasting
Sergey M․ 9 years ago
parent
commit
5ef5d25b15
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/audiomack.py

+ 1
- 1
youtube_dl/extractor/audiomack.py View File

@ -56,7 +56,7 @@ class AudiomackIE(InfoExtractor):
# API is inconsistent with errors
if 'url' not in api_response or not api_response['url'] or 'error' in api_response:
raise ExtractorError('Invalid url %s', url)
raise ExtractorError('Invalid url %s' % url)
# Audiomack wraps a lot of soundcloud tracks in their branded wrapper
# if so, pass the work off to the soundcloud extractor


Loading…
Cancel
Save