X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=bin%2Fwhatever-dl;h=f042b21b80e55f1d76dd0b74a40c91d8733ed645;hb=6abf9e6fb867108e5d815373c8b4fb0365ee15b3;hp=448db85289b0dcd0009d4c448184c5945d155ba9;hpb=9a5310260a276a57c084d07de2bb97d78ce2a8ff;p=dead%2Fwhatever-dl.git diff --git a/bin/whatever-dl b/bin/whatever-dl index 448db85..f042b21 100755 --- a/bin/whatever-dl +++ b/bin/whatever-dl @@ -135,6 +135,7 @@ if (__FILE__ == $0) then begin downloader.download(video_url, site.get_video_filename(), + site.headers(), continue=options[:continue]) rescue Errno::ECONNREFUSED => e puts 'The connection to the server (to download the video file) was refused. Check your connection, and try again later.'