]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/postprocessor/common.py
[cleanup] Misc fixes
[yt-dlp.git] / yt_dlp / postprocessor / common.py
index 7c3be0d1edde58674a7a324eb434a813aff75387..7c63fe8a497a76719f4c01894ed7047bb77ead15 100644 (file)
@@ -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.