diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-11-29 02:52:52 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-11-29 23:34:33 +0530 |
commit | f304da8a290ac19ac419f3fafb5891903785ebaa (patch) | |
tree | fa64701aacb2e2a69d6b9832edaa3e30740dd6ce /yt_dlp/utils.py | |
parent | 06dfe0a0a296ee0c19e9ce467fffe5ee287b04bf (diff) | |
download | hypervideo-pre-f304da8a290ac19ac419f3fafb5891903785ebaa.tar.lz hypervideo-pre-f304da8a290ac19ac419f3fafb5891903785ebaa.tar.xz hypervideo-pre-f304da8a290ac19ac419f3fafb5891903785ebaa.zip |
[cleanup] Misc cleanup
Closes #1805, closes #1800
Diffstat (limited to 'yt_dlp/utils.py')
-rw-r--r-- | yt_dlp/utils.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/yt_dlp/utils.py b/yt_dlp/utils.py index 582cc99fb..176656b19 100644 --- a/yt_dlp/utils.py +++ b/yt_dlp/utils.py @@ -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 """ |