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