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