mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[audiomack] Fix typo (Closes #7936)
This commit is contained in:
		| @@ -56,7 +56,7 @@ class AudiomackIE(InfoExtractor): | |||||||
|  |  | ||||||
|         # API is inconsistent with errors |         # API is inconsistent with errors | ||||||
|         if 'url' not in api_response or not api_response['url'] or 'error' in api_response: |         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 |         # Audiomack wraps a lot of soundcloud tracks in their branded wrapper | ||||||
|         # if so, pass the work off to the soundcloud extractor |         # if so, pass the work off to the soundcloud extractor | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․