diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-06-11 00:33:54 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-06-11 05:00:12 +0530 |
commit | 56ba69e4c991e81a449882258be08d0b6b98c648 (patch) | |
tree | 8ee7d44819c3be3ee93001c3dec791c3804a9acb /yt_dlp/postprocessor/common.py | |
parent | d05460e5fee0dca9ab7463c78c630653fb37dcde (diff) | |
download | hypervideo-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.py | 3 |
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. |