X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fwhatever-dl.git;a=blobdiff_plain;f=src%2Fwebsites%2Fveoh.rb;h=8978febf855ec4bfd38abf6ab50840020f1559b4;hp=c961d688e213b9500db2ab20726e966b2d896894;hb=174589cd65cf32d4a54b9298953228f6094c7128;hpb=c7f5fc0e63eb49969870c1eb4dfb2631fa1db087 diff --git a/src/websites/veoh.rb b/src/websites/veoh.rb index c961d68..8978feb 100644 --- a/src/websites/veoh.rb +++ b/src/websites/veoh.rb @@ -77,14 +77,4 @@ class Veoh < Website end - def get_page_data(url) - uri = URI.parse(url) - - response = Net::HTTP.start(uri.host, uri.port) do |http| - http.get(uri.path) - end - - return response.body - end - end