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