]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/postprocessor/common.py
[ExtractAudio, cleanup] Refactor
[yt-dlp.git] / yt_dlp / postprocessor / common.py
index 9f22b378dfc49ee1a64f0d1b1da59b4f07ef7ae7..7c3be0d1edde58674a7a324eb434a813aff75387 100644 (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