]> Raphaël G. Git Repositories - youtubedl/blob - debian/changelog
Imported Debian patch 2010.10.24-1
[youtubedl] / debian / changelog
1 youtube-dl (2010.10.24-1) unstable; urgency=low
2
3 * New upstream release
4
5 -- Rogério Brito <rbrito@ime.usp.br> Mon, 25 Oct 2010 02:23:18 -0200
6
7 youtube-dl (2010.10.03-1) unstable; urgency=low
8
9 * The "upload from sunny California" release
10 * New upstream release:
11 + Downloading manually the release 2010.10.03 corresponding to
12 http://bitbucket.org/rg3/youtube-dl/changeset/190d2d0fd729
13 + Abort downloads that can't be written to the disk
14 + Fix downloading some videos from metacafe.com
15 + Try to discover the video extension from metacafe.com
16 + Allow #! in youtube urls
17 + Fix extraction of uploader nickname on dailymotion
18 + Support downloads from youtube-nocookie.com urls
19 + Code improvements in general
20 + Retry that fail with codes 5xx on youtube
21 * debian/patches/*:
22 + rename 01-add-support-to-webm.patch to 01-prefer-open-formats.patch
23 + update the patch to apply to new versions of youtube-dl
24 + re-enable the patch to give preference to webm videos
25
26 -- Rogério Brito <rbrito@ime.usp.br> Wed, 13 Oct 2010 21:58:24 -0700
27
28 youtube-dl (2010.08.04-1) unstable; urgency=low
29
30 * New upstream release:
31 + Fix metacafe.com code not working due to gdaKey again
32 + Add option (--playlist-start) to specify the initial video for playlists
33 + Put back -b option as a placeholder with a warning message
34 + Consider the file downloaded if the size differs in less than 100 bytes
35 + Reorganize request code to make it a bit more robust
36 + Properly detect YouTube error messages to print them on screen
37 * debian/control:
38 + Remove suggests on gst-p-b (>= 0.10.18.3-2)
39 + The package complies with Policy 3.9.1 without any other changes.
40 * debian/watch:
41 + Remove commented lines.
42 * debian/youtube-dl.pod:
43 + Update the manpage to include newer options.
44 + Don't mention removed options anymore. Closes: #590825, #592368.
45
46 -- Rogério Brito <rbrito@ime.usp.br> Mon, 09 Aug 2010 13:27:41 -0400
47
48 youtube-dl (2010.07.24-1) unstable; urgency=medium
49
50 * Urgency medium due to changes in the site that broke earlier versions.
51 * New upstream release:
52 + restore support for WebM formats.
53 * debian/changelog:
54 + fix entry that stated incorrect removed options. Closes: #590144.
55
56 -- Rogério Brito <rbrito@ime.usp.br> Sat, 24 Jul 2010 22:29:21 -0300
57
58 youtube-dl (2010.07.22-1) unstable; urgency=medium
59
60 * Urgency set to medium due to changes in the site
61 * New upstream release:
62 + make youtube-dl work again. Closes: #589974.
63 + removed command line options -b and -d.
64 * debian/NEWS:
65 + document the removal of command line options and the new behavior.
66 * debian/patches:
67 + disabled for the moment.
68 * debian/control:
69 + include the support of dailymotion in the long description.
70 + update the standards version to 3.9.0, with no other changes.
71
72 -- Rogério Brito <rbrito@ime.usp.br> Thu, 22 Jul 2010 18:58:29 -0300
73
74 youtube-dl (2010.07.14-1) unstable; urgency=low
75
76 * New upstream release:
77 + add preliminary support for Dailymotion videos
78 + improve support for WebM in YouTube
79 + add support for the "original" video format in YouTube
80 + add a --max-quality option
81 + add support for youtu.be URLs
82 + add fixes.
83 * debian/patches/01-add-support-to-webm.patch:
84 + update and refresh.
85
86 -- Rogério Brito <rbrito@ime.usp.br> Wed, 14 Jul 2010 22:39:54 -0300
87
88 youtube-dl (2010.06.06-1) unstable; urgency=low
89
90 * New upstream release:
91 + support for retrying connections after a 503 error
92 + argument '-' can be used with -a to indicate stdin
93 + support for webm formats
94 * debian/patches/01-add-support-to-webm.patch:
95 + remove parts applied upstream
96 + update to download webm videos based on their quality
97
98 -- Rogério Brito <rbrito@ime.usp.br> Mon, 07 Jun 2010 04:16:54 -0300
99
100 youtube-dl (2010.04.04-3) unstable; urgency=low
101
102 * Migrate the packaging to smaller dh(7) style.
103 * Update the years of copyright.
104
105 -- Rogério Brito <rbrito@ime.usp.br> Tue, 01 Jun 2010 11:06:06 -0300
106
107 youtube-dl (2010.04.04-2) unstable; urgency=low
108
109 * Add support to webm (vp8 + vorbis) format:
110 + debian/patches/01-add-support-to-webm.patch: the code
111 + debian/NEWS: the documentation
112 + debian/control: the suggests field
113
114 -- Rogério Brito <rbrito@ime.usp.br> Sat, 29 May 2010 13:11:43 -0300
115
116 youtube-dl (2010.04.04-1) unstable; urgency=low
117
118 * New upstream release:
119 + allow grabbing videos from vevo.
120 + allow download whole playlists and keep the videos numbered.
121 + add support for new playlist style.
122 + fix detection of multipage playlists.
123 + insist a little bit more to grab videos from youtube.
124 + add information extractor for video.yahoo.com.
125 + fix cosmetic issues with rtmpdump.
126 + add option --all-formats to grab all available formats for a given video.
127 + add "-" (without quotes) as an alias to output videos to stdout.
128
129 -- Rogério Brito <rbrito@ime.usp.br> Sun, 04 Apr 2010 17:55:00 -0300
130
131 youtube-dl (2010.03.13-1) unstable; urgency=low
132
133 * New upstream release
134 + added option to disable the status/progress updates.
135 + fine tuned the sequence of formats searched to discover the best quality.
136
137 -- Rogério Brito <rbrito@ime.usp.br> Sun, 14 Mar 2010 23:33:48 -0300
138
139 youtube-dl (2010.02.13-1) unstable; urgency=low
140
141 * New upstream release
142 + stronger parsing of URLs.
143 + better generation of filenames.
144 * debian/control:
145 + include misc-depends due to debhelper.
146 + the package is compliant with policy 3.8.4.
147
148 -- Rogério Brito <rbrito@ime.usp.br> Wed, 17 Feb 2010 00:19:23 -0200
149
150 youtube-dl (2010.01.19-1) unstable; urgency=low
151
152 * New upstream release. As upstream does not provide a changelog, here
153 are the highlights:
154 + patched to add Google Video and Photobucket support
155 + add support for using rtmpdump
156 + added support to download all of a user's videos!
157 + fix detection of uploader nickname in metacafe
158 + take format 37 into account
159 + add self-updating code
160 + allow empty titles because they do appear in some videos
161 + use default values for "continuedl" and "nooverwrites" parameters
162 + avoid using Unicode strings when forming URL requests
163 + improve preferred encoding detection method
164 * Remove all patches (applied upstream).
165 * Add suggests on rtmpdump.
166 * Shorten the short description.
167 * Include list of sites supported in the long description.
168
169 -- Rogério Brito <rbrito@ime.usp.br> Tue, 26 Jan 2010 11:28:40 -0200
170
171 youtube-dl (2009.09.13-2) unstable; urgency=low
172
173 * change to "3.0 (quilt)" format.
174 * add support for 1080p videos. Thanks Josh Triplett. Closes: #557042.
175 * include a better manpage. Closes: #553919.
176 * include the DMUA: yes field.
177 * kindly reviewed by Li Daobing.
178
179 -- Rogério Brito <rbrito@ime.usp.br> Thu, 19 Nov 2009 11:21:36 -0200
180
181 youtube-dl (2009.09.13-1) unstable; urgency=low
182
183 * New upstream release
184 * debian/watch:
185 + adjust for the new upstream layout.
186 * debian/control:
187 + Standards-Version updated to 3.8.3. No changes needed.
188
189 -- Rogério Brito <rbrito@ime.usp.br> Sat, 10 Oct 2009 12:17:53 -0300
190
191 youtube-dl (2009.08.08-1~try01) unstable; urgency=low
192
193 * The current maintainer seems busy (Closes: #491616):
194 + ability to recognize more qualities of a video.
195 + ability to automatically find the best quality video.
196 + ability to download entire playlists.
197 + ability to specify various urls. (Closes: #452071)
198 + ability to resume interrupted downloads.
199 + many other things.
200 * debian/copyright:
201 + rework the file.
202 + mention that the package is in the public domain.
203 + include my information.
204 + update the URL of the package.
205 * debian/control:
206 + add a Homepage: field.
207 + keeping the current manpage for now.
208 + give more details in the long description.
209 + list me as the maintainer.
210 + Standards-Version updated to 3.8.2.
211 * debian/watch:
212 + let's help with automatic updates.
213
214 -- Rogério Brito <rbrito@ime.usp.br> Mon, 10 Aug 2009 08:14:08 -0300
215
216 youtube-dl (2008.03.22-1) unstable; urgency=low
217
218 * New upstream release:
219 - adds -f / --format command line option.
220
221 -- Robert S. Edmonds <edmonds@debian.org> Wed, 26 Mar 2008 13:19:23 -0400
222
223 youtube-dl (2008.03.08-1) unstable; urgency=low
224
225 * New upstream release:
226 - adds -b / --best-quality command line option.
227
228 -- Robert S. Edmonds <edmonds@debian.org> Wed, 12 Mar 2008 14:26:04 -0400
229
230 youtube-dl (2008.01.24-1) unstable; urgency=low
231
232 * New upstream release; closes: #462427, #462428.
233 - fixes youtube download issues.
234
235 -- Robert S. Edmonds <edmonds@debian.org> Thu, 24 Jan 2008 22:15:05 -0500
236
237 youtube-dl (2007.10.09-1) unstable; urgency=low
238
239 * New upstream release.
240
241 -- Robert S. Edmonds <edmonds@debian.org> Mon, 08 Oct 2007 19:22:33 -0400
242
243 youtube-dl (2007.08.24-1) unstable; urgency=low
244
245 * New upstream release; closes: #439363.
246
247 -- Robert S. Edmonds <edmonds@debian.org> Fri, 24 Aug 2007 13:54:40 -0400
248
249 youtube-dl (2007.06.22-1) unstable; urgency=low
250
251 * New upstream release:
252 - regex update.
253
254 -- Robert S. Edmonds <edmonds@debian.org> Thu, 21 Jun 2007 20:42:57 -0400
255
256 youtube-dl (2007.06.06-1) unstable; urgency=low
257
258 * New upstream release:
259 - "--title-too" command line option to print the video's title.
260
261 -- Robert S. Edmonds <edmonds@debian.org> Thu, 07 Jun 2007 01:04:01 -0400
262
263 youtube-dl (2007.03.27-1) unstable; urgency=low
264
265 * New upstream release:
266 - Progress meter.
267 - "--literal" command line option to use the video title in the filename.
268 - "--get-url" command line option to print the real video URL.
269
270 -- Robert S. Edmonds <edmonds@debian.org> Mon, 2 Apr 2007 21:46:56 -0400
271
272 youtube-dl (2007.02.18-1) unstable; urgency=low
273
274 * New upstream release:
275 - Diction.
276 - Catches socket errors.
277
278 -- Robert S. Edmonds <edmonds@debian.org> Tue, 20 Feb 2007 13:57:32 -0500
279
280 youtube-dl (2007.01.19-1) unstable; urgency=low
281
282 * New upstream release, closes: #406146.
283
284 -- Robert S. Edmonds <edmonds@debian.org> Sun, 28 Jan 2007 17:41:44 -0500
285
286 youtube-dl (2006.12.07-1) unstable; urgency=low
287
288 * New upstream release:
289 - Use -t to name the downloaded file after the title, closes: #395184.
290 - Parses URLs without a leading "http://", closes: #400321.
291
292 -- Robert S. Edmonds <edmonds@debian.org> Sun, 10 Dec 2006 13:52:36 -0500
293
294 youtube-dl (2006.11.12-1) unstable; urgency=low
295
296 * New upstream release.
297
298 -- Robert S. Edmonds <edmonds@debian.org> Sat, 25 Nov 2006 16:12:03 -0500
299
300 youtube-dl (2006.09.25-1) unstable; urgency=low
301
302 * New upstream release.
303 * python >= 2.4 is now required.
304
305 -- Robert S. Edmonds <edmonds@debian.org> Wed, 27 Sep 2006 17:43:07 -0400
306
307 youtube-dl (2006.08.28-1) unstable; urgency=low
308
309 * Initial release, closes: #385748.
310
311 -- Robert S. Edmonds <edmonds@debian.org> Sun, 3 Sep 2006 19:43:27 -0400
312