-
Notifications
You must be signed in to change notification settings - Fork 28
/
Changes
215 lines (153 loc) · 5.61 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
Revision history for Perl module WWW::YouTube::Download
{{$NEXT}}
- Fix proposed by toddr (GH#65) to correct JSON parsing
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