mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-11 11:11:46 +00:00
Fix inconsistent use of report_warning
This commit is contained in:
@@ -312,7 +312,7 @@ class SoundcloudIE(InfoExtractor):
|
||||
self._update_client_id()
|
||||
continue
|
||||
elif non_fatal:
|
||||
self._downloader.report_warning(error_to_compat_str(e))
|
||||
self.report_warning(error_to_compat_str(e))
|
||||
return False
|
||||
raise
|
||||
|
||||
|
Reference in New Issue
Block a user