add debug info

This commit is contained in:
Antonio J. Delgado 2025-04-09 18:30:56 +03:00
parent 46643e61ef
commit 2fd2bc02c8

View file

@ -318,7 +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. %s", "Error getting video with proxy %s. %s",
ydl_opts['proxy'],
error error
) )
self.summary['videos_with_error'] += 1 self.summary['videos_with_error'] += 1