SyntaxFix
Write A Post
Hire A Developer
Questions
There are more api-friendly libraries than Net::HTTP, for example httparty:
Net::HTTP
require "httparty" File.open("/tmp/my_file.flv", "wb") do |f| f.write HTTParty.get("http://somedomain.net/flv/sample/sample.flv").parsed_response end