1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[ExtractAudio, cleanup] Refactor

This commit is contained in:
pukkandan
2022-06-06 21:49:57 +05:30
parent b7c47b7438
commit 35faefee5d
5 changed files with 57 additions and 92 deletions

View File

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