mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 11:20:41 +00:00
[atomicparsley] Remove unneeded __init__ method
This commit is contained in:
parent
784763c565
commit
a169e18ce1
@ -22,9 +22,6 @@ class AtomicParsleyPPError(PostProcessingError):
|
|||||||
|
|
||||||
|
|
||||||
class AtomicParsleyPP(PostProcessor):
|
class AtomicParsleyPP(PostProcessor):
|
||||||
def __init__(self, downloader=None):
|
|
||||||
PostProcessor.__init__(self, downloader)
|
|
||||||
|
|
||||||
def run(self, info):
|
def run(self, info):
|
||||||
if not check_executable('AtomicParsley', ['-v']):
|
if not check_executable('AtomicParsley', ['-v']):
|
||||||
raise AtomicParsleyPPError('AtomicParsley was not found. Please install.')
|
raise AtomicParsleyPPError('AtomicParsley was not found. Please install.')
|
||||||
|
Loading…
Reference in New Issue
Block a user