X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fwhatever-dl.git;a=blobdiff_plain;f=src%2Fwebsites%2Fyikers.rb;h=bb90e3b8730d8a2177594ce3f9a30aba8cd9ade3;hp=4b13a023371d6ce94bd92c7fd1d7ed25ff4bc4ea;hb=85a93745e73d0dda38b450074b54475f74671577;hpb=7fa3c93d0b469896d3681318031601c5de3341b8 diff --git a/src/websites/yikers.rb b/src/websites/yikers.rb index 4b13a02..bb90e3b 100644 --- a/src/websites/yikers.rb +++ b/src/websites/yikers.rb @@ -80,19 +80,5 @@ class Yikers < Website return xml_path end - - - def get_page_data(url) - uri = URI.parse(url) - - response = Net::HTTP.start(uri.host, uri.port) do |http| - http_path = uri.path - http_path += ('?' + uri.query) if not uri.query.nil? - http.get(http_path) - end - return response.body - end - - end