Removed redundant __init__

This commit is contained in:
rupertbaxter2 2014-07-20 13:03:22 -07:00
parent 99686a5c0a
commit 627596ba8b
2 changed files with 0 additions and 3 deletions

Binary file not shown.

View File

@ -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']