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}"