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