]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/blobdiff - src/website.rb
Merged upstream branch (master).
[dead/whatever-dl.git] / src / website.rb
index 5e064799cd3ede567d732e1f3e2f5c8f72aaf51a..75f5aa8907d4c6c8e3fa237172a3e02a1f80f71c 100644 (file)
 # http://www.fsf.org/licensing/licenses/gpl.html
 #
 
+# Needed for the default implementation of get_page_data.
+require 'net/http'
+
 # Necessary in a lot of subclasses; plus, we need it
 # to parse the server name out of our URL.
 require 'uri'
 
+# Needed to download.. things.
+require 'net/http'
+
 # This class keeps track of all its subclasses
 # We use this to loop through every "website" in an
 # attempt to determine to which site a URL belongs.