From: Michael Orlitzky Date: Tue, 2 Sep 2008 03:01:13 +0000 (-0400) Subject: Added independent (non-wget) file downloads via open-uri. X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=9390083b114048a6782454a37f799733707ee5dc;hp=9390083b114048a6782454a37f799733707ee5dc;p=dead%2Fwhatever-dl.git Added independent (non-wget) file downloads via open-uri. Removed a bad vimeo_remote_test require from the remote test suite. Added the UriUtilities class and a bunch of tests for it. Included the ProgressBar class in the vendor directory so that the UriUtilities class can display a progress bar during downloads. Added the ProgressBar tests to the test suite. Added error handling to the main whatever-dl script for newly-possible IO/connection errors. Removed the wget exec() call in favor of the open-uri call. ---