mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-25 12:52:49 +00:00
Break after successful response
This commit is contained in:
@ -587,6 +587,8 @@ def fetch_video(id, proxies)
|
||||
if !region.empty?
|
||||
info["region"] = region.keys[0]
|
||||
end
|
||||
|
||||
break
|
||||
rescue ex
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user