Removed redundant __init__
This commit is contained in:
parent
99686a5c0a
commit
627596ba8b
BIN
youtube-dl
BIN
youtube-dl
Binary file not shown.
@ -485,9 +485,6 @@ class FFmpegMetadataPP(FFmpegPostProcessor):
|
||||
|
||||
|
||||
class FFmpegMergerPP(FFmpegPostProcessor):
|
||||
def __init__(self,downloader=None,deletetempfiles=True):
|
||||
FFmpegPostProcessor.__init__(self, downloader, deletetempfiles)
|
||||
|
||||
def run(self, info):
|
||||
filename = info['filepath']
|
||||
args = ['-c', 'copy']
|
||||
|
Loading…
x
Reference in New Issue
Block a user