aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/utils.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-11-29 02:52:52 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-11-29 23:34:33 +0530
commitf304da8a290ac19ac419f3fafb5891903785ebaa (patch)
treefa64701aacb2e2a69d6b9832edaa3e30740dd6ce /yt_dlp/utils.py
parent06dfe0a0a296ee0c19e9ce467fffe5ee287b04bf (diff)
downloadhypervideo-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.py4
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 """