mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-26 10:36:08 +00:00
Clean up unused exception binding.
This commit is contained in:
parent
a23be8bba2
commit
82a4c500e7
@ -1692,7 +1692,7 @@ class YoutubeDL:
|
|||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
progress('')
|
progress('')
|
||||||
self.to_screen('[wait] Interrupted by user')
|
self.to_screen('[wait] Interrupted by user')
|
||||||
except BaseException as e:
|
except BaseException:
|
||||||
self.to_screen('')
|
self.to_screen('')
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user