add debug info
This commit is contained in:
parent
46643e61ef
commit
2fd2bc02c8
1 changed files with 2 additions and 1 deletions
|
@ -318,7 +318,8 @@ class GetYoutubeVideos:
|
|||
)
|
||||
except yt_dlp.utils.DownloadError as error:
|
||||
self._log.error(
|
||||
"Error getting video. %s",
|
||||
"Error getting video with proxy %s. %s",
|
||||
ydl_opts['proxy'],
|
||||
error
|
||||
)
|
||||
self.summary['videos_with_error'] += 1
|
||||
|
|
Loading…
Reference in a new issue