mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2026-05-08 10:00:46 +00: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