aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/postprocessor/common.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-06-11 00:33:54 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-06-11 05:00:12 +0530
commit56ba69e4c991e81a449882258be08d0b6b98c648 (patch)
tree8ee7d44819c3be3ee93001c3dec791c3804a9acb /yt_dlp/postprocessor/common.py
parentd05460e5fee0dca9ab7463c78c630653fb37dcde (diff)
downloadhypervideo-pre-56ba69e4c991e81a449882258be08d0b6b98c648.tar.lz
hypervideo-pre-56ba69e4c991e81a449882258be08d0b6b98c648.tar.xz
hypervideo-pre-56ba69e4c991e81a449882258be08d0b6b98c648.zip
[cleanup] Misc fixes
Closes #4027
Diffstat (limited to 'yt_dlp/postprocessor/common.py')
-rw-r--r--yt_dlp/postprocessor/common.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/yt_dlp/postprocessor/common.py b/yt_dlp/postprocessor/common.py
index 7c3be0d1e..7c63fe8a4 100644
--- a/yt_dlp/postprocessor/common.py
+++ b/yt_dlp/postprocessor/common.py
@@ -45,9 +45,6 @@ class PostProcessor(metaclass=PostProcessorMetaClass):
an initial argument and then with the returned value of the previous
PostProcessor.
- The chain will be stopped if one of them ever returns None or the end
- of the chain is reached.
-
PostProcessor objects follow a "mutual registration" process similar
to InfoExtractor objects.