mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-12-12 14:26:49 +01:00
Fix --throttled-rate
This commit is contained in:
parent
99148c6a33
commit
43b2290658
@ -2608,8 +2608,8 @@ class ThrottledDownload(ReExtractInfo):
|
|||||||
""" Download speed below --throttled-rate. """
|
""" Download speed below --throttled-rate. """
|
||||||
msg = 'The download speed is below throttle limit'
|
msg = 'The download speed is below throttle limit'
|
||||||
|
|
||||||
def __init__(self, msg):
|
def __init__(self):
|
||||||
super().__init__(msg, expected=False)
|
super().__init__(self.msg, expected=False)
|
||||||
|
|
||||||
|
|
||||||
class UnavailableVideoError(YoutubeDLError):
|
class UnavailableVideoError(YoutubeDLError):
|
||||||
|
Loading…
Reference in New Issue
Block a user