Revision history for Perl module WWW::YouTube::Download 0.65 2020-11-19 23:03:14Z - Fix extracting the video title from a playlist (GH#64) (David Mortiboy) 0.64 2020-09-20 15:12:09Z - Get youtube-playlists working again. (GH#60, fixes GH#40) (isync) 0.63 2020-06-23 21:13:51Z - Find url in a new way (GH#56) (Roy Storey) 0.62 2019-10-10 12:59:04Z - Remove Build.PL. Fixes #53 (GH#54) (Olaf Alders) 0.61 2019-10-09 01:48:27Z - Document that youtube-playlists is currently broken (GH#52) (Olaf Alders) - Add progress bar display with Term::ProgressBar. (GH#10 and GH#50) (Ryo Okamoto and Mohammad S Anwar) - Fix typo (GH#48) (Alexandr Ciornii) - use JSON::MaybeXS instead of JSON (GH#43) (Dan Book) 0.60 2018-07-10T20:08:49Z - Fix regexp warning with perl 5.28 GH#42 (gregor herrmann) 0.59 2016-06-23T16:07:09Z - Fixed test failures (B. Estrade) 0.58 2015-06-17T22:29:38Z - Added a user-agent override switch (isync) 0.57 2015-03-15T02:29:02Z - Updated signature decoding function (kucharskim++) - Fixed parsing of 'user' (isync++) - Added an "interactive" mode (switch -a/ --interactive) (isync++) - Fixed JSON parser error (tsibley++) - Fixed failure if signature not found (tsibley++) 0.56 2013-07-30T07:14:40Z - Fixed typo: $Carp::Intrenal -> $Carp::Internal (Syaltut++) - Changes file reformatted as per CPAN::Changes::Spec (neilbowers++) 0.55 2013-07-27T09:21:38Z - Changed signature encoding (kucharskim++) 0.54 2013-07-05T18:29:31Z - If unavailable video, croak with an appropriate error message. (kucharskim++) - Support encrypted signature video. (kucharskim++) 0.53 2013-06-05T16:05:56Z - Various improvements to youtube-playlists (kucharskim++) 0.52 2013-05-05T16:18:54Z - Added playlist_id() and video_id() method (kucharskim++) 0.51 2013-05-03T07:49:29Z - Support new url (mikolaj++) 0.50 2013-04-19T17:50:39Z - repackaging 0.49 2013-04-09T21:13:56Z - repacking 0.48 2013-04-09T21:09:55Z - Fixed parsing problem on youtube-playlists (mikolaj++) 0.47 2013-04-02 02:06:07 - Added some documentation and added eg/menu.pl (polettix++) 0.46 2013-03-24 15:34:27 - YouTube's design was changed (vjp++, yusukebe++) 0.45 2013-02-10 02:14:09 - New substitution variable {user} (isync++) 0.44 2013-01-19 18:29:58 - added proxy support (isync++) 0.43 2013-01-05 01:43:17 - fixed grammar (mokko++) - using Module::Build 0.42 2012-11-16 21:35:31 - fixed "failed to extract JSON data" (ks0608++) - fixed RT: 81068 (panic83++) 0.41 2012-10-04 00:44:13 - follow the change of site (mikolaj++, yusukebe++) - fixed color problems on scripts (mikolaj++) - fixed RT 79931 (HMBRAND++) 0.40 2012-01-22 16:54:53 - Fixed a problem that did not works, because YouTube's design was changed. (ks0608++, zentooo++) 0.39 2012-01-18 01:28:00 - remove suffix from youtube-download.pl and youtube-playlists.pl (mikolaj++) 0.38 2011-12-08 00:44:52 - fix typo (mikolaj++) - remove wrong code (mikolaj++) 0.37 2011-12-07 02:33:23 - fix wrong characters in filename in youtube-download.pl (mikolaj++) - fix doc in youtube-download.pl (mikolaj++) - file_name option is DEPRECATED 0.36 2011-10-31 02:45:48 - fix default filename problem in youtube-download.pl 0.35 2011-10-18 00:28:58 - fix typo in youtube-playlists.pl (rt:71721) 0.34 2011-10-15 16:14:57 - workaround for win32 - fix suffix problem 0.33 2011-10-12 01:17:34 - added youtube-download.pl and youtube-playlist.pl (request by st3vil++) - fix doc 0.32 2011-08-23 01:52:20 - added LICENSE file (no code change) 0.31 2011-08-23 00:25:02 - added fmt 38 to .mp4 (mikolaj++) 0.30 2011-08-07 15:25:11 - cleanup (mikolaj++) 0.29 2011-08-05 01:29:27 - fixed a problem that did not works, becouse changed YouTube's design. (katsuhito konishi++) 0.28 2011-08-04 00:03:58 - fixed a problem that did not works, becouse changed YouTube's design. (mikolaj++) 0.27 2011-05-29 23:32:31 - fixed garbled (akiym++) - fixed typo (akiym++) 0.26 2011-04-20 01:34:55 - fixed scrape problem (reported by Octavian++) 0.25 2011-03-19 00:39:41 - added few more match URLs (mikolaj++) 0.24 2011-03-04 01:45:20 - fixed could not fetch json data problem (akiym++) 0.23 2011-02-22 00:00:22 - supported any video urls (mikolaj++) 0.22 2011-01-05 00:17:54 - Fixed a problem that can not download videos there. (reported by Octavian) 0.21 2010-12-30 15:28:51 - fixed bug for _video_id(). If already had $1 is defined, was returned $1 without matches. (woremacx++) 0.20 2010-12-15 00:57:43 - YouTube's API had change, maybe fixed it. 0.16 2010-10-17 18:17:57 - Required Text::More 0.96 later - fixed POD spell miss 0.15 2010-08-11 00:14:53 - YouTube's API has changed so I fixed it. (reported by Bruce David) 0.14 2010-05-07 02:50:42 - typo fix - wrote pod 0.13 2010-04-10 18:20:05 - Each instance to create a LWP::UserAgent. # thx kuniyoshi 0.12 2010-04-03 16:06:33 - upload miss X( 0.11 2010-04-03 15:02:25 - added ua setter/getter. using CGI. 0.10 2010-04-03 02:56:18 - rewrite all 0.07 2010-03-01 00:11:55 - supported FULL HD quality 0.06 2009-11-08 00:46:55 - Youtube respond to changes in 0.05 2009-10-12 14:58:23 - Youtube respond to changes in 0.04 2011-08-14 - Changes unknown 0.03 2011-08-12 - Changes unknown 0.02 2009-06-06 21:04:17 - added 'fmt' field 0.01 2009-04-04 16:26:29 - original version