Break after successful response

pull/733/head 0.8.0
Omar Roth 6 years ago
parent ae2850215f
commit f8eb5ab416

@ -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…
Cancel
Save