mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 11:02:51 -05:00
ExecAfterDownloadPP, YoutubeDL: remove unused parameters
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user