1
0
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:
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 @@ 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