From: Sergey M․ Date: Mon, 21 Dec 2015 16:51:58 +0000 (+0600) Subject: [audiomack] Fix typo (Closes #7936) X-Git-Tag: 2015.12.23~19 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=5ef5d25b150a383362aab046394849ed523b3730;p=youtube-dl.git [audiomack] Fix typo (Closes #7936) --- diff --git a/youtube_dl/extractor/audiomack.py b/youtube_dl/extractor/audiomack.py index 693ba22c6d..3eed91279f 100644 --- a/youtube_dl/extractor/audiomack.py +++ b/youtube_dl/extractor/audiomack.py @@ -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