X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=bin%2Fwhatever-dl;h=47253f13d8bd00eace1ccca43e69592de5948411;hb=2c835ed7a247ed5639277bc9674b848722ad998d;hp=970e0e09eb809097d83059ee615c3dfadcbfa039;hpb=c062e7dbc430c3a609aa677eece1ab8afec7a2ef;p=dead%2Fwhatever-dl.git diff --git a/bin/whatever-dl b/bin/whatever-dl index 970e0e0..47253f1 100755 --- a/bin/whatever-dl +++ b/bin/whatever-dl @@ -102,6 +102,7 @@ if (__FILE__ == $0) then # Attempt to download the file, and rescue and report # any (predictable) exceptions. begin + puts "Fetching #{video_url}" uu.download_with_progress_bar(video_uri, outfile_name) rescue Errno::ECONNREFUSED => e puts 'The connection to the server (to download the video file) was refused. Check your connection, and try again later.'