]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/blobdiff - src/downloader.rb
Allow the downloaders to take advantage of the websites' headers.
[dead/whatever-dl.git] / src / downloader.rb
index eac7c18bdbcdc3dcc1ce531b595d81a22c86abf9..b9921e8ead9a999412d2061098c473afc834ebfc 100644 (file)
@@ -30,7 +30,7 @@ class Downloader
 
   
   # Abstract
-  def download(url, outfile)
+  def download(url, outfile, headers = {}, continue = false)
     raise NotImplementedError
   end