fix log of status

This commit is contained in:
Antonio J. Delgado 2025-08-10 12:14:13 +03:00
parent c89ed8ef72
commit 382fc137a1

View file

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