X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fwhatever-dl.git;a=blobdiff_plain;f=bin%2Fwhatever-dl;h=f042b21b80e55f1d76dd0b74a40c91d8733ed645;hp=448db85289b0dcd0009d4c448184c5945d155ba9;hb=05f6c664ebd77e194656a828855d74d2c4959d85;hpb=e91a9668c7be92d33a29d3645590195aaa1a3daa 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.'