diff --git a/buzz/transcriber/file_transcriber.py b/buzz/transcriber/file_transcriber.py index e0f61901a..4aae5bd60 100644 --- a/buzz/transcriber/file_transcriber.py +++ b/buzz/transcriber/file_transcriber.py @@ -38,6 +38,7 @@ def run(self): "format": "wav/bestaudio/best", "progress_hooks": [self.on_download_progress], "outtmpl": temp_output_path, + "logger": logging.getLogger(), "postprocessors": [ { "key": "FFmpegExtractAudio",