Use shlex.split for --pp-params and update related docs.

This commit is contained in:
Aurélio A. Heckert 2015-06-16 18:10:31 -03:00
parent d84f1d14b5
commit 14835de9fb
5 changed files with 10 additions and 6 deletions

View file

@ -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