parent
06dfe0a0a2
commit
f304da8a29
16 changed files with 87 additions and 79 deletions
|
|
@ -2575,10 +2575,6 @@ class PostProcessingError(YoutubeDLError):
|
|||
indicate an error in the postprocessing task.
|
||||
"""
|
||||
|
||||
def __init__(self, msg):
|
||||
super(PostProcessingError, self).__init__(msg)
|
||||
self.msg = msg
|
||||
|
||||
|
||||
class DownloadCancelled(YoutubeDLError):
|
||||
""" Exception raised when the download queue should be interrupted """
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue