]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/blobdiff - src/websites/yikers.rb
Added the net/http requirement to the Website class (which now needs it).
[dead/whatever-dl.git] / src / websites / yikers.rb
index c1153ee61cdf44d95cabf7ce518aa8eca5899229..4b13a023371d6ce94bd92c7fd1d7ed25ff4bc4ea 100644 (file)
 
 require 'src/website'
 
-# Needed to download the page, which is in turn
-# needed because it contains the video URL.
-require 'net/http'
-
 
 class Yikers < Website