From: Michael Orlitzky Date: Sat, 6 Sep 2008 03:44:59 +0000 (-0400) Subject: Fixed a bug in the Youtube class' parsing of the "t" parameter. X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=2c835ed7a247ed5639277bc9674b848722ad998d;hp=2c835ed7a247ed5639277bc9674b848722ad998d;p=dead%2Fwhatever-dl.git Fixed a bug in the Youtube class' parsing of the "t" parameter. Modified the "t" parsing regex to catch non-alphanumeric characters, which from experience I now know are possible. Added a test/fixture to expose the bug. The whatever-dl executable now outputs "Fetching #{video_url}" before actually fetching the file. ---