mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-10-01 22:08:36 +09:00
Use shlex.split for --pp-params and update related docs.
This commit is contained in:
@@ -22,7 +22,8 @@ class PostProcessor(object):
|
||||
of the chain is reached.
|
||||
|
||||
PostProcessor objects follow a "mutual registration" process similar
|
||||
to InfoExtractor objects.
|
||||
to InfoExtractor objects. And it can receive parameters from CLI trough
|
||||
--pp-params.
|
||||
"""
|
||||
|
||||
_downloader = None
|
||||
|
Reference in New Issue
Block a user