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