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