From 382fc137a129a48f2b3f5eefc294423a2a32d078 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Sun, 10 Aug 2025 12:14:13 +0300 Subject: [PATCH] fix log of status --- get_youtube_videos/get_youtube_videos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_youtube_videos/get_youtube_videos.py b/get_youtube_videos/get_youtube_videos.py index dc63ee5..99e8513 100644 --- a/get_youtube_videos/get_youtube_videos.py +++ b/get_youtube_videos/get_youtube_videos.py @@ -381,7 +381,7 @@ class GetYoutubeVideos: download_result = 'starting' while 'downloaded' not in download_result and 'error' not in download_result: self._log.debug( - f"Download status: {result}" + f"Download status: {download_result}" ) try: uri=f"https://www.youtube.com/watch?v={video_id}"