add debug info if no more proxies

This commit is contained in:
Antonio J. Delgado 2025-04-09 18:46:55 +03:00
parent 34821c226f
commit c9e9e20293

View file

@ -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