]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/blobdiff - bin/configuration.rb
Make headers a property of the website class rather than passing them to get_page_data.
[dead/whatever-dl.git] / bin / configuration.rb
index ad942c73c8e431ea2cb527e2b175ce470f9a519d..60066cca0c4ea652b87dc3714dbea961aba485b1 100644 (file)
@@ -9,4 +9,6 @@ module Configuration
   # example.
   DOWNLOAD_METHOD = :openuri
   #DOWNLOAD_METHOD = :wget
+
+  USER_AGENT = 'whatever-dl'
 end