From: Michael Orlitzky Date: Thu, 29 Oct 2009 14:47:47 +0000 (-0400) Subject: Added GetOpt option parsing. X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=9a5310260a276a57c084d07de2bb97d78ce2a8ff;hp=9a5310260a276a57c084d07de2bb97d78ce2a8ff;p=dead%2Fwhatever-dl.git Added GetOpt option parsing. Take a '--continue' option, passed on to the downloader, which determines whether or not we attempt to continue a previous download. Modified the downloaders to throw an IOError if the output file already exists and we're not continuing a previous download. Print the external command used to execute Wget. ---