diff --git a/src/invidious/videos.cr b/src/invidious/videos.cr index 99da3e9d4..95cd0033c 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