]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/blobdiff - src/website.rb
Added the net/http requirement to the Website class (which now needs it).
[dead/whatever-dl.git] / src / website.rb
index 5e064799cd3ede567d732e1f3e2f5c8f72aaf51a..ef96dc11fd32f6407a199ee2c033ecd4e40721eb 100644 (file)
@@ -20,6 +20,9 @@
 # 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.