ExecAfterDownloadPP, YoutubeDL: remove unused parameters
This commit is contained in:
parent
370b39e8ec
commit
95c5534f8e
3 changed files with 1 additions and 5 deletions
|
@ -8,8 +8,7 @@ from ..utils import PostProcessingError
|
|||
|
||||
|
||||
class ExecAfterDownloadPP(PostProcessor):
|
||||
def __init__(self, downloader=None, verboseOutput=None, exec_cmd=None):
|
||||
self.verboseOutput = verboseOutput
|
||||
def __init__(self, downloader=None, exec_cmd=None):
|
||||
self.exec_cmd = exec_cmd
|
||||
|
||||
def run(self, information):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue