X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fwhatever-dl.git;a=blobdiff_plain;f=src%2Fwebsites%2Fveoh.rb;h=5830e8f5c40d7b430a9139d18aea73c69f4438e1;hp=8978febf855ec4bfd38abf6ab50840020f1559b4;hb=e756e0b650774f2503702512ccdc02e86eee1788;hpb=1b05b87b04c0e3d6e8a4e7c891d1eea9aece298d diff --git a/src/websites/veoh.rb b/src/websites/veoh.rb index 8978feb..5830e8f 100644 --- a/src/websites/veoh.rb +++ b/src/websites/veoh.rb @@ -18,11 +18,6 @@ require 'src/website' -# Needed to download the page, which is in turn -# needed because it contains the video (redirect) URL. -require 'net/http' -require 'uri' - class Veoh < Website