Fix proxying for videos

This commit is contained in:
Omar Roth
2018-10-14 09:53:40 -05:00
parent b49623f90f
commit e46e6183ae
3 changed files with 4 additions and 11 deletions

View File

@@ -573,11 +573,8 @@ def fetch_video(id, proxies)
info = HTTP::Params.parse(client.get("/get_video_info?video_id=#{id}&ps=default&eurl=&gl=US&hl=en&disable_polymer=1").body)
if !info["reason"]?
bypass_channel.send(proxy)
else
bypass_channel.send(nil)
break
end
break
rescue ex
end
end