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