Use shlex.split for --pp-params and update related docs.
This commit is contained in:
parent
d84f1d14b5
commit
14835de9fb
5 changed files with 10 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue