Skip to content

Commit

Permalink
[atomicparsley] Remove unneeded __init__ method
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeMF committed Apr 12, 2014
1 parent 784763c commit a169e18
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions youtube_dl/postprocessor/atomicparsley.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.')
Expand Down

0 comments on commit a169e18

Please sign in to comment.