]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/blobdiff - bin/whatever-dl
Fixed a bug in the Youtube class' parsing of the "t" parameter.
[dead/whatever-dl.git] / bin / whatever-dl
index 970e0e09eb809097d83059ee615c3dfadcbfa039..47253f13d8bd00eace1ccca43e69592de5948411 100755 (executable)
@@ -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.'