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