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