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