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