X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fdownloader.rb;h=b9921e8ead9a999412d2061098c473afc834ebfc;hb=05f6c664ebd77e194656a828855d74d2c4959d85;hp=eac7c18bdbcdc3dcc1ce531b595d81a22c86abf9;hpb=e3eeb8df887fc68959ab7d7ebae5c0206b79c230;p=dead%2Fwhatever-dl.git diff --git a/src/downloader.rb b/src/downloader.rb index eac7c18..b9921e8 100644 --- a/src/downloader.rb +++ b/src/downloader.rb @@ -30,7 +30,7 @@ class Downloader # Abstract - def download(url, outfile) + def download(url, outfile, headers = {}, continue = false) raise NotImplementedError end