diff --git a/src/invidious/videos.cr b/src/invidious/videos.cr index 99da3e9d..95cd0033 100644 --- a/src/invidious/videos.cr +++ b/src/invidious/videos.cr @@ -587,6 +587,8 @@ def fetch_video(id, proxies) if !region.empty? info["region"] = region.keys[0] end + + break rescue ex end end