mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-18 15:15:42 +07:00
[soundcloud] Use correct error message conventions
This commit is contained in:
@@ -535,7 +535,7 @@ def _get_n_results(self, query, n):
|
|||||||
|
|
||||||
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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user