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