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