mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 11:02:51 -05: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