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