X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fwebsite.rb;h=75f5aa8907d4c6c8e3fa237172a3e02a1f80f71c;hb=a557fae384ed2c8f8782ed09e5428e2cf701acf6;hp=5e064799cd3ede567d732e1f3e2f5c8f72aaf51a;hpb=174589cd65cf32d4a54b9298953228f6094c7128;p=dead%2Fwhatever-dl.git diff --git a/src/website.rb b/src/website.rb index 5e06479..75f5aa8 100644 --- a/src/website.rb +++ b/src/website.rb @@ -16,10 +16,16 @@ # 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.