mirror of
				https://code.hackerspace.pl/q3k/youtube-dl
				synced 2025-03-16 11:43:02 +00:00 
			
		
		
		
	[soundcloud] Use correct error message conventions
This commit is contained in:
		
							parent
							
								
									6ea7190a3e
								
							
						
					
					
						commit
						417b453699
					
				| @ -535,7 +535,7 @@ class SoundcloudSearchIE(SearchInfoExtractor, SoundcloudIE): | |||||||
| 
 | 
 | ||||||
|         if not results: |         if not results: | ||||||
|             raise ExtractorError( |             raise ExtractorError( | ||||||
|                 '[soundcloud] No track results', expected=True) |                 'Soundcloud said: No track results', expected=True) | ||||||
|          |          | ||||||
|         return self.playlist_result(results[:n], playlist_title=query) |         return self.playlist_result(results, playlist_title=query) | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 reiv
						reiv