Browse Source

[soundcloud] Use correct error message conventions

totalwebcasting
reiv 9 years ago
committed by Sergey M․
parent
commit
417b453699
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      youtube_dl/extractor/soundcloud.py

+ 2
- 2
youtube_dl/extractor/soundcloud.py View File

@ -535,7 +535,7 @@ class SoundcloudSearchIE(SearchInfoExtractor, SoundcloudIE):
if not results:
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…
Cancel
Save