mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Break after successful response
This commit is contained in:
parent
ae2850215f
commit
f8eb5ab416
1 changed files with 2 additions and 0 deletions
|
@ -587,6 +587,8 @@ def fetch_video(id, proxies)
|
||||||
if !region.empty?
|
if !region.empty?
|
||||||
info["region"] = region.keys[0]
|
info["region"] = region.keys[0]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
break
|
||||||
rescue ex
|
rescue ex
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue