mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 06:35:42 +07:00
[ExtractAudio, cleanup] Refactor
This commit is contained in:
@@ -216,5 +216,5 @@ def _download_json(self, url, *, expected_http_errors=(404,)):
|
||||
raise PostProcessingError(f'Unable to communicate with {self.PP_NAME} API: {e}')
|
||||
|
||||
|
||||
class AudioConversionError(PostProcessingError):
|
||||
class AudioConversionError(PostProcessingError): # Deprecated
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user