]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/blobdiff - src/websites/vimeo.rb
Added the net/http requirement to the Website class (which now needs it).
[dead/whatever-dl.git] / src / websites / vimeo.rb
index b3dfe74c16f2630df10ac4c8ea07d0ae2e7ada0d..72ed31301495386faa2606103a85e9752a4f36b8 100644 (file)
 
 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