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