X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fwhatever-dl.git;a=blobdiff_plain;f=src%2Fwebsites%2Fvimeo.rb;h=72ed31301495386faa2606103a85e9752a4f36b8;hp=b3dfe74c16f2630df10ac4c8ea07d0ae2e7ada0d;hb=e756e0b650774f2503702512ccdc02e86eee1788;hpb=1b05b87b04c0e3d6e8a4e7c891d1eea9aece298d diff --git a/src/websites/vimeo.rb b/src/websites/vimeo.rb index b3dfe74..72ed313 100644 --- a/src/websites/vimeo.rb +++ b/src/websites/vimeo.rb @@ -18,12 +18,6 @@ require 'src/website' -# Needed to download the video XML file, which is in turn -# needed because it contains the junk we need to construct -# the video URL. -require 'net/http' -require 'uri' - class Vimeo < Website