add debug info if no more proxies
This commit is contained in:
parent
34821c226f
commit
c9e9e20293
1 changed files with 3 additions and 0 deletions
|
@ -122,6 +122,9 @@ class GetYoutubeVideos:
|
|||
self.selected_proxy
|
||||
)
|
||||
return self._get_video_info(video_id)
|
||||
self._log.debug(
|
||||
"No more proxies to try"
|
||||
)
|
||||
self.proxy_index = 0
|
||||
self.selected_proxy = ''
|
||||
return None
|
||||
|
|
Loading…
Reference in a new issue