require 'net/http' Net::HTTP.start('feeds.feedburner.com', 80) { |http| response = http.get('/fark/HifS') puts response.body }