mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-21 23:48:57 +00:00
Clean up unused exception binding.
This commit is contained in:
@@ -1692,7 +1692,7 @@ class YoutubeDL:
|
||||
except KeyboardInterrupt:
|
||||
progress('')
|
||||
self.to_screen('[wait] Interrupted by user')
|
||||
except BaseException as e:
|
||||
except BaseException:
|
||||
self.to_screen('')
|
||||
raise
|
||||
|
||||
|
||||
Reference in New Issue
Block a user