fix debug

This commit is contained in:
Antonio J. Delgado 2025-04-09 18:37:47 +03:00
parent 2fd2bc02c8
commit 34821c226f

View file

@ -318,8 +318,8 @@ class GetYoutubeVideos:
) )
except yt_dlp.utils.DownloadError as error: except yt_dlp.utils.DownloadError as error:
self._log.error( self._log.error(
"Error getting video with proxy %s. %s", "Error getting video with proxy '%s'. %s",
ydl_opts['proxy'], self.selected_proxy,
error error
) )
self.summary['videos_with_error'] += 1 self.summary['videos_with_error'] += 1