[ExtractAudio, cleanup] Refactor
This commit is contained in:
parent
b7c47b7438
commit
35faefee5d
5 changed files with 57 additions and 92 deletions
|
|
@ -216,5 +216,5 @@ class PostProcessor(metaclass=PostProcessorMetaClass):
|
|||
raise PostProcessingError(f'Unable to communicate with {self.PP_NAME} API: {e}')
|
||||
|
||||
|
||||
class AudioConversionError(PostProcessingError):
|
||||
class AudioConversionError(PostProcessingError): # Deprecated
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue