mirror of
https://github.com/iv-org/invidious
synced 2024-11-09 01:10:27 +00:00
Break after successful response
This commit is contained in:
parent
ae2850215f
commit
f8eb5ab416
@ -587,6 +587,8 @@ def fetch_video(id, proxies)
|
||||
if !region.empty?
|
||||
info["region"] = region.keys[0]
|
||||
end
|
||||
|
||||
break
|
||||
rescue ex
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user