mirror of
https://github.com/ytdl-org/ytdl-nightly.git
synced 2025-06-05 21:49:13 +02: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