1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-09-29 22:08:45 +02:00

[atomicparsley] Remove unneeded __init__ method

This commit is contained in:
Jaime Marquínez Ferrándiz 2014-04-12 15:51:40 +02:00
parent 784763c565
commit a169e18ce1

View File

@ -22,9 +22,6 @@ class AtomicParsleyPPError(PostProcessingError):
class AtomicParsleyPP(PostProcessor):
def __init__(self, downloader=None):
PostProcessor.__init__(self, downloader)
def run(self, info):
if not check_executable('AtomicParsley', ['-v']):
raise AtomicParsleyPPError('AtomicParsley was not found. Please install.')