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