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