]> Raphaël G. Git Repositories - youtubedl/blob - debian/changelog
Update changelog.
[youtubedl] / debian / changelog
1 youtube-dl (2014.12.01-1~2.gbp6ec58e) UNRELEASED; urgency=medium
2
3 ** SNAPSHOT build @6ec58e925503be14adcd2282d20834b97a8a7e06 **
4
5 [ Rogério Brito ]
6 * Imported Upstream version 2014.11.21
7 * Imported Upstream version 2014.11.23
8 * Imported Upstream version 2014.12.01.
9 Closes: #771316, #769602.
10
11 [ Ben Finney ]
12 * Record the explicit provenance of public domain status.
13 Closes: #770249.
14
15 -- Rogério Brito <rbrito@ime.usp.br> Tue, 02 Dec 2014 21:06:53 -0200
16
17 youtube-dl (2014.10.30-1) unstable; urgency=medium
18
19 * Imported Upstream version 2014.10.30.
20 Closes: #765997, #762046.
21 * debian/control: Confirm that the package conforms to policy 3.9.6.
22
23 -- Rogério Brito <rbrito@ime.usp.br> Fri, 31 Oct 2014 18:57:02 -0200
24
25 youtube-dl (2014.08.05-1) unstable; urgency=medium
26
27 * Imported Upstream version 2014.08.05.
28 Closes: #756246, #756371, #756493.
29
30 -- Rogério Brito <rbrito@ime.usp.br> Wed, 06 Aug 2014 15:43:31 -0300
31
32 youtube-dl (2014.07.15-1) unstable; urgency=medium
33
34 * Imported Upstream version 2014.07.15. Closes: #754919.
35
36 -- Rogério Brito <rbrito@ime.usp.br> Tue, 15 Jul 2014 22:32:37 -0300
37
38 youtube-dl (2014.07.11-1) unstable; urgency=medium
39
40 * Imported Upstream version 2014.07.11.
41 Closes: #754569, #740616, #752740, #754628, #754585.
42
43 -- Rogério Brito <rbrito@ime.usp.br> Sun, 13 Jul 2014 12:31:12 -0300
44
45 youtube-dl (2014.06.19-1) unstable; urgency=medium
46
47 * debian/upstream-signing-key.asc: Add keys from upstream.
48 * Rename: debian/upstream-signing-key.asc -> debian/upstream/signing-key.asc
49 * debian/watch: Make use of the signing key from upstream.
50 * Imported Upstream version 2014.06.19. Closes: #752139.
51 * debian/changelog: Annotate with bugs being closed.
52
53 -- Rogério Brito <rbrito@ime.usp.br> Sun, 22 Jun 2014 11:53:20 -0300
54
55 youtube-dl (2014.06.07-1) unstable; urgency=medium
56
57 * Imported Upstream version 2014.06.07. Closes: #743005, #749828,
58 #746345.
59 * debian/control: Annotate with bug numbers closed by this release.
60
61 -- Rogério Brito <rbrito@ime.usp.br> Sun, 08 Jun 2014 12:39:54 -0300
62
63 youtube-dl (2014.02.17-1) unstable; urgency=medium
64
65 * The "Way too many changes release".
66 * Imported Upstream version 2013.12.23
67 * Imported Upstream version 2014.01.17.2
68 * Imported Upstream version 2014.02.17.
69 + There are too many goodies that this new release brings us,
70 including that it is possible to combine/merge/multiplex audio and
71 video formats that Youtube now offers separately (See the previous
72 notes about Youtube using DASH for video and audio).
73 .
74 Now, if you want a 480p video in H.264 format, High profile, with
75 128kbps AAC audio (this used to be Youtube's format 35), you can
76 specify format `-f 135+140` on the command-line, and so on. Only your
77 imagination is the limit.
78 + Fixes "using --list-subs triggers downloading video from vimeo".
79 Closes: #734647.
80 * debian/NEWS:
81 + Write news about new muxing feature of youtube-dl.
82 * debian/control:
83 + Massive update of supported sites in long description.
84 + Package complies with policy 3.9.5.
85
86 -- Rogério Brito <rbrito@ime.usp.br> Mon, 17 Feb 2014 19:41:53 -0300
87
88 youtube-dl (2013.12.04-1) unstable; urgency=low
89
90 * The "I still have a flu (but am getting better) release".
91 * Imported Upstream version 2013.12.04.
92 + Fixes "more youtube encrypted signature problems". Closes: #730556.
93 + Fixes "collegehumor.com - unicode encode error". Closes: #729730.
94 + Fixes listing 'youtube:search' twice in extractor list.
95 Thanks Jaime Marquínez Ferrándiz for the fix. Closes: #730730.
96 * debian/control: Update list of extractors.
97
98 -- Rogério Brito <rbrito@ime.usp.br> Thu, 05 Dec 2013 02:24:18 -0200
99
100 youtube-dl (2013.11.11-2) unstable; urgency=low
101
102 * debian/control: Add dependency on python-pkg-resources.
103 Closes: #729416. Thanks Josh Triplett.
104
105 -- Rogério Brito <rbrito@ime.usp.br> Tue, 12 Nov 2013 16:34:16 -0200
106
107 youtube-dl (2013.11.11-1) unstable; urgency=low
108
109 * Imported Upstream version 2013.11.11. Highlights:
110 + Add support for many sites (see long description of the package).
111 + Fix support for many sites (Closes: #728424).
112 + Improve support for many sites (including CNN, Youtube).
113 + Improve support for download of subtitles.
114 + Allow to download tracks marked as not 'streamable' via rtmpdump in
115 soundcloud.
116 + Avoid reencoding videos that are downloaded via HTTP Live Streaming
117 (Apple's version of DASH). These videos have to be downloaded with
118 ffmpeg (or avconv), as youtube-dl doesn't have a downloader for that
119 particular protocol.
120 .
121 See https://en.wikipedia.org/wiki/HTTP_Live_Streaming for more
122 information.
123 * debian/control: Update list of extractors.
124
125 -- Rogério Brito <rbrito@ime.usp.br> Mon, 11 Nov 2013 23:06:01 -0200
126
127 youtube-dl (2013.10.23-1) unstable; urgency=low
128
129 * Imported Upstream version 2013.10.23.
130 + Fix time display for > 60 minutes. Closes: #724834.
131 + All adult-related sites should respect the age being set via the
132 `--age-limit` option (which can be put in a global configuration file
133 under the /etc directory), thus making youtube-dl safe for Debian Edu
134 and Debian Jr. Closes: #715407.
135 + Document that the output template accepts specification of
136 downloaded formats (template: %(format)s). In particular, this:
137 - Avoids resuming downloads with different formats. Closes: #689294.
138 - Allows downloading all available formats. Closes: #643831.
139 * debian/control:
140 + Update long description with list of supported sites.
141 * debian/NEWS:
142 + Update with notes about split audio/video downloads.
143
144 -- Rogério Brito <rbrito@ime.usp.br> Fri, 25 Oct 2013 01:33:56 -0200
145
146 youtube-dl (2013.10.04-1) unstable; urgency=low
147
148 * Imported Upstream version 2013.10.04. Closes: #723592.
149
150 -- Rogério Brito <rbrito@ime.usp.br> Fri, 04 Oct 2013 09:44:46 -0300
151
152 youtube-dl (2013.10.01-1) unstable; urgency=low
153
154 * The "In a hurry release".
155 * Imported Upstream version 2013.10.01.
156 + Closes: #724321, #722343, #722298.
157
158 -- Rogério Brito <rbrito@ime.usp.br> Thu, 03 Oct 2013 01:28:58 -0300
159
160 youtube-dl (2013.08.29-1) unstable; urgency=low
161
162 * Imported Upstream version 2013.08.29. Highlights:
163 + Fix subtitle downloading. (Closes: #721257)
164 + Add/improve support cryptographic signatures of lengths 80, 82, 84,
165 86, 88 on youtube.
166 + Add/improve support for the following sites:
167 - Youtube: Add support for DASH videos. See:
168 https://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP
169 - Slashdot: tv.slashdot.org
170 - News sites: CNN, NBC news, PBS.
171 - MIT sites: video.mit.edu, techtv.mit.edu
172 - Other sites: Youporn, hark.com, AddAnime, RTLnow, jeuxvideo.com,
173 VOXnow, collegehumor, the generic extractor, Vimeo, funnyordie,
174 statigram, utv.unistra.fr, canalc2.tv, XHamster, 220.ro,
175 trilulilu.ro, canalplus, appletrailers, addanime, orf.at,
176 kankan.com.
177 + Allow embedding of subtitles in mp4 videos.
178 + Allow the use to specify languages for subtitles.
179 * debian/changelog:
180 + Fix long line in the previous uploaded entry, to please lintian and
181 other tools.
182 * debian/control:
183 + Remove upper limit on the python version that we support.
184
185 -- Rogério Brito <rbrito@ime.usp.br> Thu, 29 Aug 2013 21:36:16 -0300
186
187 youtube-dl (2013.08.17-1) unstable; urgency=low
188
189 * Imported Upstream version 2013.08.17. Highlights:
190 + Add/improve support cryptographic signatures of lengths 83, 85, 86, 87,
191 89. (Closes: #719309).
192
193 Fixing the signature of the lengths listed above makes it to download
194 many music videos (including those from VEVO). For those (like me)
195 that don't know what VEVO is/was, here is a snippet from Wikipedia:
196
197 "Vevo, LLC (stylized vevo) is a joint venture music video website
198 operated by Sony Music Entertainment, Universal Music Group, Google
199 and Abu Dhabi Media with EMI licensing its content to the group
200 without taking an ownership stake."
201
202 -- Rogério Brito <rbrito@ime.usp.br> Sun, 18 Aug 2013 08:03:58 -0300
203
204 youtube-dl (2013.08.08-1) unstable; urgency=low
205
206 * Imported Upstream version 2013.08.02
207 * Imported Upstream version 2013.08.08. Highlights:
208 + Improve GenericIE for compatibility with more sites.
209 + Youtube:
210 - Add/improve support cryptographic signatures of lengths 79, 81, 83,
211 84, 85, 86, 87, 90, 92. (Closes: #718391, #717537, #716987)
212 - Support signatures with more than 2 parts.
213 - Add support for downloading recommended videos (via :ytrec)
214 - Support downloading videos from the user's "Watch Later" playlist.
215 - Add better support for "age protected videos".
216 - Add explicit support for 3D videos.
217 + Add support for:
218 - IGNE
219 - criterion.com
220 - Canalplus
221 - Livestream
222 - freesound.org
223 - thisav
224 - CondeNast
225 - ex.fm
226 - video.sina.com.cn
227 - 56.com
228 - Weibo
229 - roxwell.com
230 - kankan.com
231 - Ooyala
232 - videofy.me
233 - muzu.tv
234 + Improve support for:
235 - ComedyCentral.
236 - Instagram.
237 - MTV.
238 - Metacafe: support AnyClip videos.
239 - Soundcloud.
240 - traileraddict.
241 - keek.
242 - videos from VEVO (they just keep changing stuff to prevent people
243 downloading music videos).
244 + Fix support for:
245 - CollegeHumor.
246 - Break
247 * debian/control: Update long description with list of supported sites.
248
249 -- Rogério Brito <rbrito@ime.usp.br> Wed, 07 Aug 2013 20:40:48 -0300
250
251 youtube-dl (2013.07.10-1) unstable; urgency=low
252
253 * Imported Upstream version 2013.07.10. (Closes: #716092)
254
255 -- Rogério Brito <rbrito@ime.usp.br> Wed, 10 Jul 2013 18:53:05 -0300
256
257 youtube-dl (2013.07.02-1) unstable; urgency=low
258
259 * Imported Upstream version 2013.07.02. Highlights:
260 + Add support for hotnewhiphop.com.
261 + Add support for auengine.com.
262 + Add support for gamespot.com.
263 + Add support for RingTV.
264 + Add support for wat.tv.
265 + Add support for traileraddict.com.
266 + Add support for tu.tv.
267 + Add support for instagram.com.
268 + Improve support for encrypted signatures in Youtube.
269 + Improve support for videos from ArteTv.
270 + Minor improvements to the generic fallback information extractor.
271 + Change the default naming of videos to the template:
272 `%(title)s-%(id)s.%(ext)s`
273 * debian/control:
274 + Revise that package complies with standars version 3.9.4.
275 (No changes needed)
276
277 -- Rogério Brito <rbrito@ime.usp.br> Thu, 04 Jul 2013 10:00:59 -0300
278
279 youtube-dl (2013.06.34-1) unstable; urgency=low
280
281 * Imported Upstream version 2013.06.26
282 * Imported Upstream version 2013.06.33. Highlights:
283 + VimeoIE: allow to download password protected videos. (Closes: #523326)
284 + YoutubeIE: A lot of work for downloading VEVO videos.
285 + Add support for Statigr.am.
286 + Add support for break.com.
287 + Add support for tudou.com. (Closes: #657148)
288 + Add support for Jukebox.
289 + Add specific code for VEVO videos.
290 + Modularize the code so that each site has its code in a
291 respective file (usable as python modules, as, for instance,
292 `youtube_dl.extractor.youtube`).
293 + Modularize the code so that the downloading class is split in two:
294 - YoutubeDL is the class that coordinates everything.
295 - FileDownloader gets a filename and an info dict and downloads the
296 video.
297 + Fix downloading from Google+ videos (new URL format).
298 * Imported Upstream version 2013.06.34. Highlights:
299 + Add support for downloading automatic transcribed subtitles.
300 + Add support for downloading subtitles in WebVTT (vtt) format.
301 + Add support for Wimp.com.
302 + Add support for CSpan. (Closes: #659623)
303 + Improve support for Youtube's crypto signing fields.
304 * debian/control:
305 + Add mplayer{,2} as recommends, needed for mms:// or rtsp:// schemes.
306 + Make explicit version of Python that we require.
307 * debian/rules: Use python2 plugin with debhelper.
308 * debian/control:
309 + Make determination of python versions automatic.
310 + Fix syntax error in Depends: field.
311
312 -- Rogério Brito <rbrito@ime.usp.br> Sun, 23 Jun 2013 20:10:54 -0300
313
314 youtube-dl (2013.06.21-2) unstable; urgency=low
315
316 * debian/control:
317 + Add missing Build-Dependency on python-pkg-resources.
318 Thanks to Sven Joachim <svenjoac@gmx.de> for the hint (Closes: #713835)
319 * debian/rules:
320 + Fix misplaced README.txt.gz.
321 Thanks to Sven Joachim <svenjoac@gmx.de> for the patch (Closes: #713834)
322
323 -- Rogério Brito <rbrito@ime.usp.br> Sun, 23 Jun 2013 18:59:25 -0300
324
325 youtube-dl (2013.06.21-1) unstable; urgency=low
326
327 * New upstream version.
328 Closes: #711733, #697086, #697594, #645925, #683795, #659515.
329 * Imported Upstream version 2013.05.14
330 * debian/watch:
331 + Update to track github tags. Thanks to Bart Martens for the rewrite.
332 * debian/README.source:
333 + Update my own instructions.
334 * Imported Upstream version 2013.05.23
335 * debian/watch:
336 + Download version specific for distributors.
337 * debian/control:
338 + Bump build-dep on debhelper to >= 9.
339 * debian/compat:
340 + Use level 9 of debhelper.
341 * Imported Upstream version 2013.06.21
342 * debian/install:
343 + Remove, as we let setup.py install things. (Closes: #699043)
344 * debian/rules:
345 + Simplify rules file with use of buildsystem.
346 * debian/control:
347 + Remove B-D on pandoc.
348 + Remove B-D-I on perl.
349 + Remove obsolete DMUA flag.
350 * debian/rules:
351 + Move incorrectly (bash completion) installed file to its right place.
352 + Remove egg-info directory in the clean target.
353
354 -- Rogério Brito <rbrito@ime.usp.br> Wed, 22 May 2013 21:01:15 -0300
355
356 youtube-dl (2012.12.11-1) unstable; urgency=low
357
358 * debian/watch:
359 + Adapt to new upstream distribution scheme.
360 * Imported Upstream version 2012.12.11
361 * debian/rules:
362 + Disable new test suites. They depend on network access.
363 + Remove repackaging need: Upstream adopted a new strategy.
364 + Leave it as vanilla as possible.
365 + Simplify the build process by not calling setup.py.
366 * debian/{control,manpages,rules,youtube-dl.pod}:
367 + Use manpage from upstream.
368
369 -- Rogério Brito <rbrito@ime.usp.br> Tue, 18 Dec 2012 09:45:19 -0200
370
371 youtube-dl (2012.09.27+dfsg1-1) unstable; urgency=low
372
373 * Urgency set to high to fix an RC bug.
374 * Imported Upstream version 2012.09.27+dfsg1:
375 + Remove binaries without sources. Thanks to Ansgar Burchardt for
376 notifying me. (Closes: #689493)
377 * debian/copyright:
378 + Rewrite in Copyright Format 1.0 for readability.
379 * debian/rules:
380 + Add a `get-orig-source` target to remove binaries without sources.
381 * debian/clean:
382 + Remove `*.pyc` files due to new upstream changes.
383 * debian/watch:
384 + Adapt for mangled debian version.
385
386 -- Rogério Brito <rbrito@ime.usp.br> Sat, 17 Nov 2012 15:01:05 -0200
387
388 youtube-dl (2012.09.27-1) unstable; urgency=low
389
390 * Imported Upstream version 2012.09.27:
391 + Fixes changes in youtube that prevented youtube-dl from working.
392 Thanks Alex Wauck and Josh Triplett for notifying me of the breakage.
393 (Closes: #688997)
394 + Incorporates my patch for downloading from tube.majestyc.net.
395 (Closes: #683962)
396 * debian/patches: Remove unneeded patches.
397
398 -- Rogério Brito <rbrito@ime.usp.br> Fri, 28 Sep 2012 02:27:37 -0300
399
400 youtube-dl (2012.02.27+gita171dbf-3) unstable; urgency=low
401
402 * Add python to build-depends-indep. (Closes: #647407)
403
404 -- Rogério Brito <rbrito@ime.usp.br> Mon, 06 Aug 2012 22:11:25 -0300
405
406 youtube-dl (2012.02.27+gita171dbf-2) unstable; urgency=low
407
408 * Disable downloading from tube.majestyc.net for the moment.
409 (Closes: #683962)
410
411 -- Rogério Brito <rbrito@ime.usp.br> Sun, 05 Aug 2012 16:50:15 -0300
412
413 youtube-dl (2012.02.27+gita171dbf-1) unstable; urgency=low
414
415 * Imported Upstream version 2012.02.27+gita171dbf. Highlights:
416 + Fixes for sites changing layouts:
417 - Vimeo. Closes: #682865.
418 - blip.tv. Closes: #671167.
419 + Redirects are now supported. Closes: #597797.
420 * debian/control:
421 + Allow use of libav-tools for transcoding instead of ffmpeg.
422 + Build-Depend-Indep on zip for upstream's build system.
423 + Bump depends on python >= 2.6, for new "zipped executables".
424 * debian/rules: We now have something to make.
425 * debian/patches: Add support for tube.majestyc.net. Closes: #612586.
426
427 -- Rogério Brito <rbrito@ime.usp.br> Sun, 05 Aug 2012 01:45:05 -0300
428
429 youtube-dl (2012.02.27-1) unstable; urgency=low
430
431 * Imported Upstream version 2012.02.27. Highlights:
432 + Add support for MTV.
433 + Allow the Vimeo engine to work with embedded video URLs.
434 + Add --verbose switch option. Not documented in the manpage yet,
435 patches welcome.
436 * debian/gbp.conf: Add defaults for the git-buildpackage suite.
437 * Make debian/README.source simpler.
438 * Don't automatically sign tags with git-buildpackage.
439 * Update the manpage to cite which sites youtube-dl supports.
440 Thanks to Adrian Knoth for the patch (Closes: #657978)
441 * Update Standards-Version to 3.9.3 (no other changes).
442
443 -- Rogério Brito <rbrito@ime.usp.br> Sat, 17 Mar 2012 13:41:15 -0300
444
445 youtube-dl (2012.01.05-2) unstable; urgency=low
446
447 * debian/control: Per requests, change rtmpdump to a Recommends.
448 Thanks to Nicola Ferralis (Closes: #655036)
449
450 -- Rogério Brito <rbrito@ime.usp.br> Sat, 07 Jan 2012 22:51:17 -0200
451
452 youtube-dl (2012.01.05-1) unstable; urgency=low
453
454 * Imported Upstream version 2012.01.05. Highlights:
455 + Fixed duplicated downloads from YouTube user page.
456 + Support configuration files. (Closes: #429557).
457 + Added support for Soundcloud.
458 + Added support for InfoQ.
459 + Added support for Mixcloud.
460 + Added support for OpenClassRoom.
461 + Support aac audio in mp4 container (as .m4a files).
462 + Support wav audio output.
463 + Added --max-downloads option. Not documented in the manpage yet,
464 patches welcome.
465 + Added --prefer-free-formats option. Not documented in the manpage
466 yet, patches welcome.
467 * debian/patches: Drop patches already included upstream.
468 * debian/control: Add support for earlier versions of ffmpeg/ffprobe.
469 Thanks to Uwe Kleine-König for the suggestion. (Closes: #651060)
470 * debian/control: Update list of supported sites.
471
472 -- Rogério Brito <rbrito@ime.usp.br> Fri, 06 Jan 2012 13:48:47 -0200
473
474 youtube-dl (2011.10.19-4) unstable; urgency=low
475
476 * debian/{rules,control}:
477 + Remove build-dependency on python, as that's not really needed.
478
479 -- Rogério Brito <rbrito@ime.usp.br> Sun, 20 Nov 2011 10:22:04 -0200
480
481 youtube-dl (2011.10.19-3) unstable; urgency=low
482
483 * debian/control:
484 + Add python to B-D-Indep. Closes: #647407.
485 Thanks to Felix Geyer, Daniel T Chen, and Simon Paillard.
486 + Fix capitalization of YouTube. Closes: #649111.
487 Thanks to Filipus Klutiero.
488
489 -- Rogério Brito <rbrito@ime.usp.br> Fri, 18 Nov 2011 19:28:01 -0200
490
491 youtube-dl (2011.10.19-2) unstable; urgency=low
492
493 * Add patch to fix downloading from facebook.
494
495 -- Rogério Brito <rbrito@ime.usp.br> Sat, 22 Oct 2011 01:16:31 -0200
496
497 youtube-dl (2011.10.19-1) unstable; urgency=low
498
499 * Imported Upstream version 2011.10.19. Highlights:
500 + Added option -L to list available formats.
501 + Understand more playlist formats in youtube.
502 + Added support for CollegeHumor.
503 + Added support for xvideos.com.
504 + Added support for HD videos in vimeo.
505 * debian/control:
506 + Update short description.
507 + Mention that getting worst quality is also possible.
508 + Update list of sites in the long description.
509 + It's vcs-browseR, not vcs-browse.
510 * Update the manpage wrt the 'worst' format. Thanks Cristian Rigamonti.
511
512 -- Rogério Brito <rbrito@ime.usp.br> Tue, 18 Oct 2011 21:13:16 -0200
513
514 youtube-dl (2011.09.27-1) unstable; urgency=low
515
516 * New upstream version. Highlights:
517 + Added support for vimeo (closes: #619023).
518 + Added support for blip.tv.
519 + Added support for myvideo.de.
520 + Added support for comedycentral.
521 + Added support for "The Escapist".
522 + Added ability to download worst quality video (closes:#609328).
523 + Added ability to get available formats for a video (--get-format).
524 + Added support to extract vorbis audio with --extract-audio.
525 + New command line options: --writedescription, --write-info-json,
526 --list-extractors, --skip-download, --get-format. Not documented in
527 the manpage yet, patches welcome.
528 * debian/control:
529 + Add fields for the VCS system.
530 + cosmetics: Run wrap-and-sort to make the packaging canonical.
531 * debian/patches:
532 + Remove 01-prefer-open-formats.patch, integrated upstream.
533
534 -- Rogério Brito <rbrito@ime.usp.br> Thu, 29 Sep 2011 14:37:13 -0300
535
536 youtube-dl (2011.08.04-2) unstable; urgency=low
537
538 * debian/{clean,youtube-dl.1}: Don't keep old files hanging around.
539 * debian/control: We comply with policy 3.9.2.
540 * debian/rules: Fix references to Perl. Closes: #637107.
541 * debian/source/local-options: Set to unapply-patches.
542
543 -- Rogério Brito <rbrito@ime.usp.br> Tue, 09 Aug 2011 16:38:46 -0300
544
545 youtube-dl (2011.08.04-1) unstable; urgency=low
546
547 * Imported Upstream version 2011.08.04. Highlight:
548 + Fix changes on Youtube's side. Closes: #636611, #624139, #636547.
549 Thanks for all those that were kind enough to notify me.
550 + Includes robustness fixes for youtube videos, including a fix (dated
551 2011-02-25, which I forgot to include) to cope with videos whose IDs
552 begin with an hyphen. Closes: #632922. Sorry, Matt Kraai, for
553 forgetting about this!
554 * debian: Add a README.source file describing how the package is
555 usually made.
556
557 -- Rogério Brito <rbrito@ime.usp.br> Fri, 05 Aug 2011 12:25:55 -0300
558
559 youtube-dl (2011.02.25b-1) unstable; urgency=low
560
561 * New upstream release. Some highlights:
562 + Enable artist playlists in YoutubePlaylistIE.
563 + Add support for getting videos from Facebook.
564 + Support more common YouTube playlist URLs
565 + Extract audio from your videos using ffmpeg as a postprocessor.
566 * debian/control:
567 + Add recommends on ffmpeg.
568 + Update the list of sites supported by youtube-dl in the long
569 description.
570 * debian/patches/*:
571 + Refresh.
572
573 -- Rogério Brito <rbrito@ime.usp.br> Fri, 25 Feb 2011 20:27:47 -0300
574
575 youtube-dl (2011.01.30-2) unstable; urgency=low
576
577 * debian/control:
578 + include build-depends-indep on perl, for pod2man (not used during clean).
579 + update the build-dependency on debhelper (we use the override feature).
580 * debian/rules:
581 + generate the actual manpage from the pod source at build time.
582
583 -- Rogério Brito <rbrito@ime.usp.br> Mon, 31 Jan 2011 20:30:36 -0200
584
585 youtube-dl (2011.01.30-1) unstable; urgency=low
586
587 * New upstream release. Some highlights:
588 + options -b and -f are removed.
589 + fix progress report when continuing partial downloads.
590 + request compressed pages by default.
591 + add support for embedded youtube playlist URLs; doesn't fix #495164 yet.
592 + add option --dump-user-agent.
593 + add option --console-title.
594 + add option --no-part.
595 + add option --get-filename.
596 + set downloaded file mtime to the last-modified header, if possible.
597 + add option --no-mtime.
598 * debian/control:
599 + update dependency on python's minimum version to 2.5.
600 * debian/youtube-dl.pod:
601 + update a lot.
602
603 -- Rogério Brito <rbrito@ime.usp.br> Mon, 31 Jan 2011 00:31:09 -0200
604
605 youtube-dl (2010.12.09-1) unstable; urgency=low
606
607 * New upstream release:
608 + Use filename with suffix .part while the download is still incomplete.
609 + Add support for downloading files from depositfiles.com.
610 + Fix recent changes in youtube.com. Closes: #606537.
611 * debian/watch:
612 + Update to work with the github redirector.
613 * debian/youtube-dl.pod:
614 + Add short description on youtube.com's video formats.
615 Based on Nicola Ferralis's patch. Closes: #605311.
616 + Add description of options -A, --playlist-start, and --playlist-end
617 options. Thanks to Josh Triplett. Closes: #604983.
618 * debian/patches:
619 + refresh patch.
620
621 -- Rogério Brito <rbrito@ime.usp.br> Fri, 10 Dec 2010 10:41:25 -0200
622
623 youtube-dl (2010.11.19-1) unstable; urgency=low
624
625 * New upstream release. Highlights:
626 + Fix downloading of RTMP URL's.
627 + Added command line switch (-A) to auto-number downloads.
628 + Allow comments in batchfiles.
629 + Add option to specify the video to end at in a playlist.
630 * debian/{watch,control}:
631 + Update for the move from bitbucket to github.
632 * debian/patches:
633 + refresh patch.
634
635 -- Rogério Brito <rbrito@ime.usp.br> Thu, 25 Nov 2010 15:54:56 -0200
636
637 youtube-dl (2010.10.24-2) unstable; urgency=low
638
639 * The "I forgot to save the changelog file" release.
640 * The highlights of the new release are:
641 + Add --cookies option to allow saving cookies to disk
642 (primarily to be used with external downloaders: e.g., aria2c).
643 + Support "https" both for YouTube URLs and for login.
644 * debian/patches:
645 + refresh patch.
646
647 -- Rogério Brito <rbrito@ime.usp.br> Mon, 25 Oct 2010 03:10:07 -0200
648
649 youtube-dl (2010.10.24-1) unstable; urgency=low
650
651 * New upstream release.
652
653 -- Rogério Brito <rbrito@ime.usp.br> Mon, 25 Oct 2010 02:23:40 -0200
654
655 youtube-dl (2010.10.03-1) unstable; urgency=low
656
657 * The "upload from sunny California" release
658 * New upstream release:
659 + Downloading manually the release 2010.10.03 corresponding to
660 http://bitbucket.org/rg3/youtube-dl/changeset/190d2d0fd729
661 + Abort downloads that can't be written to the disk
662 + Fix downloading some videos from metacafe.com
663 + Try to discover the video extension from metacafe.com
664 + Allow #! in youtube urls
665 + Fix extraction of uploader nickname on dailymotion
666 + Support downloads from youtube-nocookie.com urls
667 + Code improvements in general
668 + Retry that fail with codes 5xx on youtube
669 * debian/patches/*:
670 + rename 01-add-support-to-webm.patch to 01-prefer-open-formats.patch
671 + update the patch to apply to new versions of youtube-dl
672 + re-enable the patch to give preference to webm videos
673
674 -- Rogério Brito <rbrito@ime.usp.br> Wed, 13 Oct 2010 21:58:24 -0700
675
676 youtube-dl (2010.08.04-1) unstable; urgency=low
677
678 * New upstream release:
679 + Fix metacafe.com code not working due to gdaKey again
680 + Add option (--playlist-start) to specify the initial video for playlists
681 + Put back -b option as a placeholder with a warning message
682 + Consider the file downloaded if the size differs in less than 100 bytes
683 + Reorganize request code to make it a bit more robust
684 + Properly detect YouTube error messages to print them on screen
685 * debian/control:
686 + Remove suggests on gst-p-b (>= 0.10.18.3-2)
687 + The package complies with Policy 3.9.1 without any other changes.
688 * debian/watch:
689 + Remove commented lines.
690 * debian/youtube-dl.pod:
691 + Update the manpage to include newer options.
692 + Don't mention removed options anymore. Closes: #590825, #592368.
693
694 -- Rogério Brito <rbrito@ime.usp.br> Mon, 09 Aug 2010 13:27:41 -0400
695
696 youtube-dl (2010.07.24-1) unstable; urgency=medium
697
698 * Urgency medium due to changes in the site that broke earlier versions.
699 * New upstream release:
700 + restore support for WebM formats.
701 * debian/changelog:
702 + fix entry that stated incorrect removed options. Closes: #590144.
703
704 -- Rogério Brito <rbrito@ime.usp.br> Sat, 24 Jul 2010 22:29:21 -0300
705
706 youtube-dl (2010.07.22-1) unstable; urgency=medium
707
708 * Urgency set to medium due to changes in the site
709 * New upstream release:
710 + make youtube-dl work again. Closes: #589974.
711 + removed command line options -b and -d.
712 * debian/NEWS:
713 + document the removal of command line options and the new behavior.
714 * debian/patches:
715 + disabled for the moment.
716 * debian/control:
717 + include the support of dailymotion in the long description.
718 + update the standards version to 3.9.0, with no other changes.
719
720 -- Rogério Brito <rbrito@ime.usp.br> Thu, 22 Jul 2010 18:58:29 -0300
721
722 youtube-dl (2010.07.14-1) unstable; urgency=low
723
724 * New upstream release:
725 + add preliminary support for Dailymotion videos
726 + improve support for WebM in YouTube
727 + add support for the "original" video format in YouTube
728 + add a --max-quality option
729 + add support for youtu.be URLs
730 + add fixes.
731 * debian/patches/01-add-support-to-webm.patch:
732 + update and refresh.
733
734 -- Rogério Brito <rbrito@ime.usp.br> Wed, 14 Jul 2010 22:39:54 -0300
735
736 youtube-dl (2010.06.06-1) unstable; urgency=low
737
738 * New upstream release:
739 + support for retrying connections after a 503 error
740 + argument '-' can be used with -a to indicate stdin
741 + support for webm formats
742 * debian/patches/01-add-support-to-webm.patch:
743 + remove parts applied upstream
744 + update to download webm videos based on their quality
745
746 -- Rogério Brito <rbrito@ime.usp.br> Mon, 07 Jun 2010 04:16:54 -0300
747
748 youtube-dl (2010.04.04-3) unstable; urgency=low
749
750 * Migrate the packaging to smaller dh(7) style.
751 * Update the years of copyright.
752
753 -- Rogério Brito <rbrito@ime.usp.br> Tue, 01 Jun 2010 11:06:06 -0300
754
755 youtube-dl (2010.04.04-2) unstable; urgency=low
756
757 * Add support to webm (vp8 + vorbis) format:
758 + debian/patches/01-add-support-to-webm.patch: the code
759 + debian/NEWS: the documentation
760 + debian/control: the suggests field
761
762 -- Rogério Brito <rbrito@ime.usp.br> Sat, 29 May 2010 13:11:43 -0300
763
764 youtube-dl (2010.04.04-1) unstable; urgency=low
765
766 * New upstream release:
767 + allow grabbing videos from vevo.
768 + allow download whole playlists and keep the videos numbered.
769 + add support for new playlist style.
770 + fix detection of multipage playlists.
771 + insist a little bit more to grab videos from youtube.
772 + add information extractor for video.yahoo.com.
773 + fix cosmetic issues with rtmpdump.
774 + add option --all-formats to grab all available formats for a given video.
775 + add "-" (without quotes) as an alias to output videos to stdout.
776
777 -- Rogério Brito <rbrito@ime.usp.br> Sun, 04 Apr 2010 17:55:00 -0300
778
779 youtube-dl (2010.03.13-1) unstable; urgency=low
780
781 * New upstream release
782 + added option to disable the status/progress updates.
783 + fine tuned the sequence of formats searched to discover the best quality.
784
785 -- Rogério Brito <rbrito@ime.usp.br> Sun, 14 Mar 2010 23:33:48 -0300
786
787 youtube-dl (2010.02.13-1) unstable; urgency=low
788
789 * New upstream release
790 + stronger parsing of URLs.
791 + better generation of filenames.
792 * debian/control:
793 + include misc-depends due to debhelper.
794 + the package is compliant with policy 3.8.4.
795
796 -- Rogério Brito <rbrito@ime.usp.br> Wed, 17 Feb 2010 00:19:23 -0200
797
798 youtube-dl (2010.01.19-1) unstable; urgency=low
799
800 * New upstream release. As upstream does not provide a changelog, here
801 are the highlights:
802 + patched to add Google Video and Photobucket support
803 + add support for using rtmpdump
804 + added support to download all of a user's videos!
805 + fix detection of uploader nickname in metacafe
806 + take format 37 into account
807 + add self-updating code
808 + allow empty titles because they do appear in some videos
809 + use default values for "continuedl" and "nooverwrites" parameters
810 + avoid using Unicode strings when forming URL requests
811 + improve preferred encoding detection method
812 * Remove all patches (applied upstream).
813 * Add suggests on rtmpdump.
814 * Shorten the short description.
815 * Include list of sites supported in the long description.
816
817 -- Rogério Brito <rbrito@ime.usp.br> Tue, 26 Jan 2010 11:28:40 -0200
818
819 youtube-dl (2009.09.13-2) unstable; urgency=low
820
821 * change to "3.0 (quilt)" format.
822 * add support for 1080p videos. Thanks Josh Triplett. Closes: #557042.
823 * include a better manpage. Closes: #553919.
824 * include the DMUA: yes field.
825 * kindly reviewed by Li Daobing.
826
827 -- Rogério Brito <rbrito@ime.usp.br> Thu, 19 Nov 2009 11:21:36 -0200
828
829 youtube-dl (2009.09.13-1) unstable; urgency=low
830
831 * New upstream release
832 * debian/watch:
833 + adjust for the new upstream layout.
834 * debian/control:
835 + Standards-Version updated to 3.8.3. No changes needed.
836
837 -- Rogério Brito <rbrito@ime.usp.br> Sat, 10 Oct 2009 12:17:53 -0300
838
839 youtube-dl (2009.08.08-1~try01) unstable; urgency=low
840
841 * The current maintainer seems busy (Closes: #491616):
842 + ability to recognize more qualities of a video.
843 + ability to automatically find the best quality video.
844 + ability to download entire playlists.
845 + ability to specify various urls. (Closes: #452071)
846 + ability to resume interrupted downloads.
847 + many other things.
848 * debian/copyright:
849 + rework the file.
850 + mention that the package is in the public domain.
851 + include my information.
852 + update the URL of the package.
853 * debian/control:
854 + add a Homepage: field.
855 + keeping the current manpage for now.
856 + give more details in the long description.
857 + list me as the maintainer.
858 + Standards-Version updated to 3.8.2.
859 * debian/watch:
860 + let's help with automatic updates.
861
862 -- Rogério Brito <rbrito@ime.usp.br> Mon, 10 Aug 2009 08:14:08 -0300
863
864 youtube-dl (2008.03.22-1) unstable; urgency=low
865
866 * New upstream release:
867 - adds -f / --format command line option.
868
869 -- Robert S. Edmonds <edmonds@debian.org> Wed, 26 Mar 2008 13:19:23 -0400
870
871 youtube-dl (2008.03.08-1) unstable; urgency=low
872
873 * New upstream release:
874 - adds -b / --best-quality command line option.
875
876 -- Robert S. Edmonds <edmonds@debian.org> Wed, 12 Mar 2008 14:26:04 -0400
877
878 youtube-dl (2008.01.24-1) unstable; urgency=low
879
880 * New upstream release; closes: #462427, #462428.
881 - fixes youtube download issues.
882
883 -- Robert S. Edmonds <edmonds@debian.org> Thu, 24 Jan 2008 22:15:05 -0500
884
885 youtube-dl (2007.10.09-1) unstable; urgency=low
886
887 * New upstream release.
888
889 -- Robert S. Edmonds <edmonds@debian.org> Mon, 08 Oct 2007 19:22:33 -0400
890
891 youtube-dl (2007.08.24-1) unstable; urgency=low
892
893 * New upstream release; closes: #439363.
894
895 -- Robert S. Edmonds <edmonds@debian.org> Fri, 24 Aug 2007 13:54:40 -0400
896
897 youtube-dl (2007.06.22-1) unstable; urgency=low
898
899 * New upstream release:
900 - regex update.
901
902 -- Robert S. Edmonds <edmonds@debian.org> Thu, 21 Jun 2007 20:42:57 -0400
903
904 youtube-dl (2007.06.06-1) unstable; urgency=low
905
906 * New upstream release:
907 - "--title-too" command line option to print the video's title.
908
909 -- Robert S. Edmonds <edmonds@debian.org> Thu, 07 Jun 2007 01:04:01 -0400
910
911 youtube-dl (2007.03.27-1) unstable; urgency=low
912
913 * New upstream release:
914 - Progress meter.
915 - "--literal" command line option to use the video title in the filename.
916 - "--get-url" command line option to print the real video URL.
917
918 -- Robert S. Edmonds <edmonds@debian.org> Mon, 2 Apr 2007 21:46:56 -0400
919
920 youtube-dl (2007.02.18-1) unstable; urgency=low
921
922 * New upstream release:
923 - Diction.
924 - Catches socket errors.
925
926 -- Robert S. Edmonds <edmonds@debian.org> Tue, 20 Feb 2007 13:57:32 -0500
927
928 youtube-dl (2007.01.19-1) unstable; urgency=low
929
930 * New upstream release, closes: #406146.
931
932 -- Robert S. Edmonds <edmonds@debian.org> Sun, 28 Jan 2007 17:41:44 -0500
933
934 youtube-dl (2006.12.07-1) unstable; urgency=low
935
936 * New upstream release:
937 - Use -t to name the downloaded file after the title, closes: #395184.
938 - Parses URLs without a leading "http://", closes: #400321.
939
940 -- Robert S. Edmonds <edmonds@debian.org> Sun, 10 Dec 2006 13:52:36 -0500
941
942 youtube-dl (2006.11.12-1) unstable; urgency=low
943
944 * New upstream release.
945
946 -- Robert S. Edmonds <edmonds@debian.org> Sat, 25 Nov 2006 16:12:03 -0500
947
948 youtube-dl (2006.09.25-1) unstable; urgency=low
949
950 * New upstream release.
951 * python >= 2.4 is now required.
952
953 -- Robert S. Edmonds <edmonds@debian.org> Wed, 27 Sep 2006 17:43:07 -0400
954
955 youtube-dl (2006.08.28-1) unstable; urgency=low
956
957 * Initial release, closes: #385748.
958
959 -- Robert S. Edmonds <edmonds@debian.org> Sun, 3 Sep 2006 19:43:27 -0400
960