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