1 youtube-dl (2013.08.08-1) unstable; urgency=low
3 * Imported Upstream version 2013.08.02
4 * Imported Upstream version 2013.08.08. Highlights:
5 + Improve GenericIE for compatibility with more sites.
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.
31 + Improve support for:
35 - Metacafe: support AnyClip videos.
39 - videos from VEVO (they just keep changing stuff to prevent people
40 downloading music videos).
44 * debian/control: Update long description with list of supported sites.
46 -- Rogério Brito <rbrito@ime.usp.br> Wed, 07 Aug 2013 20:40:48 -0300
48 youtube-dl (2013.07.10-1) unstable; urgency=low
50 * Imported Upstream version 2013.07.10. (Closes: #716092)
52 -- Rogério Brito <rbrito@ime.usp.br> Wed, 10 Jul 2013 18:53:05 -0300
54 youtube-dl (2013.07.02-1) unstable; urgency=low
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`
71 + Revise that package complies with standars version 3.9.4.
74 -- Rogério Brito <rbrito@ime.usp.br> Thu, 04 Jul 2013 10:00:59 -0300
76 youtube-dl (2013.06.34-1) unstable; urgency=low
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
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.
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.
106 + Make determination of python versions automatic.
107 + Fix syntax error in Depends: field.
109 -- Rogério Brito <rbrito@ime.usp.br> Sun, 23 Jun 2013 20:10:54 -0300
111 youtube-dl (2013.06.21-2) unstable; urgency=low
114 + Add missing Build-Dependency on python-pkg-resources.
115 Thanks to Sven Joachim <svenjoac@gmx.de> for the hint (Closes: #713835)
117 + Fix misplaced README.txt.gz.
118 Thanks to Sven Joachim <svenjoac@gmx.de> for the patch (Closes: #713834)
120 -- Rogério Brito <rbrito@ime.usp.br> Sun, 23 Jun 2013 18:59:25 -0300
122 youtube-dl (2013.06.21-1) unstable; urgency=low
124 * New upstream version.
125 Closes: #711733, #697086, #697594, #645925, #683795, #659515.
126 * Imported Upstream version 2013.05.14
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
133 + Download version specific for distributors.
135 + Bump build-dep on debhelper to >= 9.
137 + Use level 9 of debhelper.
138 * Imported Upstream version 2013.06.21
140 + Remove, as we let setup.py install things. (Closes: #699043)
142 + Simplify rules file with use of buildsystem.
144 + Remove B-D on pandoc.
145 + Remove B-D-I on perl.
146 + Remove obsolete DMUA flag.
148 + Move incorrectly (bash completion) installed file to its right place.
149 + Remove egg-info directory in the clean target.
151 -- Rogério Brito <rbrito@ime.usp.br> Wed, 22 May 2013 21:01:15 -0300
153 youtube-dl (2012.12.11-1) unstable; urgency=low
156 + Adapt to new upstream distribution scheme.
157 * Imported Upstream version 2012.12.11
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.
166 -- Rogério Brito <rbrito@ime.usp.br> Tue, 18 Dec 2012 09:45:19 -0200
168 youtube-dl (2012.09.27+dfsg1-1) unstable; urgency=low
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)
175 + Rewrite in Copyright Format 1.0 for readability.
177 + Add a `get-orig-source` target to remove binaries without sources.
179 + Remove `*.pyc` files due to new upstream changes.
181 + Adapt for mangled debian version.
183 -- Rogério Brito <rbrito@ime.usp.br> Sat, 17 Nov 2012 15:01:05 -0200
185 youtube-dl (2012.09.27-1) unstable; urgency=low
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.
191 + Incorporates my patch for downloading from tube.majestyc.net.
193 * debian/patches: Remove unneeded patches.
195 -- Rogério Brito <rbrito@ime.usp.br> Fri, 28 Sep 2012 02:27:37 -0300
197 youtube-dl (2012.02.27+gita171dbf-3) unstable; urgency=low
199 * Add python to build-depends-indep. (Closes: #647407)
201 -- Rogério Brito <rbrito@ime.usp.br> Mon, 06 Aug 2012 22:11:25 -0300
203 youtube-dl (2012.02.27+gita171dbf-2) unstable; urgency=low
205 * Disable downloading from tube.majestyc.net for the moment.
208 -- Rogério Brito <rbrito@ime.usp.br> Sun, 05 Aug 2012 16:50:15 -0300
210 youtube-dl (2012.02.27+gita171dbf-1) unstable; urgency=low
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.
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.
224 -- Rogério Brito <rbrito@ime.usp.br> Sun, 05 Aug 2012 01:45:05 -0300
226 youtube-dl (2012.02.27-1) unstable; urgency=low
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,
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).
240 -- Rogério Brito <rbrito@ime.usp.br> Sat, 17 Mar 2012 13:41:15 -0300
242 youtube-dl (2012.01.05-2) unstable; urgency=low
244 * debian/control: Per requests, change rtmpdump to a Recommends.
245 Thanks to Nicola Ferralis (Closes: #655036)
247 -- Rogério Brito <rbrito@ime.usp.br> Sat, 07 Jan 2012 22:51:17 -0200
249 youtube-dl (2012.01.05-1) unstable; urgency=low
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,
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.
269 -- Rogério Brito <rbrito@ime.usp.br> Fri, 06 Jan 2012 13:48:47 -0200
271 youtube-dl (2011.10.19-4) unstable; urgency=low
273 * debian/{rules,control}:
274 + Remove build-dependency on python, as that's not really needed.
276 -- Rogério Brito <rbrito@ime.usp.br> Sun, 20 Nov 2011 10:22:04 -0200
278 youtube-dl (2011.10.19-3) unstable; urgency=low
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.
286 -- Rogério Brito <rbrito@ime.usp.br> Fri, 18 Nov 2011 19:28:01 -0200
288 youtube-dl (2011.10.19-2) unstable; urgency=low
290 * Add patch to fix downloading from facebook.
292 -- Rogério Brito <rbrito@ime.usp.br> Sat, 22 Oct 2011 01:16:31 -0200
294 youtube-dl (2011.10.19-1) unstable; urgency=low
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.
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.
309 -- Rogério Brito <rbrito@ime.usp.br> Tue, 18 Oct 2011 21:13:16 -0200
311 youtube-dl (2011.09.27-1) unstable; urgency=low
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.
326 + Add fields for the VCS system.
327 + cosmetics: Run wrap-and-sort to make the packaging canonical.
329 + Remove 01-prefer-open-formats.patch, integrated upstream.
331 -- Rogério Brito <rbrito@ime.usp.br> Thu, 29 Sep 2011 14:37:13 -0300
333 youtube-dl (2011.08.04-2) unstable; urgency=low
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.
340 -- Rogério Brito <rbrito@ime.usp.br> Tue, 09 Aug 2011 16:38:46 -0300
342 youtube-dl (2011.08.04-1) unstable; urgency=low
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
354 -- Rogério Brito <rbrito@ime.usp.br> Fri, 05 Aug 2011 12:25:55 -0300
356 youtube-dl (2011.02.25b-1) unstable; urgency=low
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.
364 + Add recommends on ffmpeg.
365 + Update the list of sites supported by youtube-dl in the long
370 -- Rogério Brito <rbrito@ime.usp.br> Fri, 25 Feb 2011 20:27:47 -0300
372 youtube-dl (2011.01.30-2) unstable; urgency=low
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).
378 + generate the actual manpage from the pod source at build time.
380 -- Rogério Brito <rbrito@ime.usp.br> Mon, 31 Jan 2011 20:30:36 -0200
382 youtube-dl (2011.01.30-1) unstable; urgency=low
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.
396 + update dependency on python's minimum version to 2.5.
397 * debian/youtube-dl.pod:
400 -- Rogério Brito <rbrito@ime.usp.br> Mon, 31 Jan 2011 00:31:09 -0200
402 youtube-dl (2010.12.09-1) unstable; urgency=low
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.
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.
418 -- Rogério Brito <rbrito@ime.usp.br> Fri, 10 Dec 2010 10:41:25 -0200
420 youtube-dl (2010.11.19-1) unstable; urgency=low
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.
432 -- Rogério Brito <rbrito@ime.usp.br> Thu, 25 Nov 2010 15:54:56 -0200
434 youtube-dl (2010.10.24-2) unstable; urgency=low
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.
444 -- Rogério Brito <rbrito@ime.usp.br> Mon, 25 Oct 2010 03:10:07 -0200
446 youtube-dl (2010.10.24-1) unstable; urgency=low
448 * New upstream release.
450 -- Rogério Brito <rbrito@ime.usp.br> Mon, 25 Oct 2010 02:23:40 -0200
452 youtube-dl (2010.10.03-1) unstable; urgency=low
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
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
471 -- Rogério Brito <rbrito@ime.usp.br> Wed, 13 Oct 2010 21:58:24 -0700
473 youtube-dl (2010.08.04-1) unstable; urgency=low
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
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.
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.
491 -- Rogério Brito <rbrito@ime.usp.br> Mon, 09 Aug 2010 13:27:41 -0400
493 youtube-dl (2010.07.24-1) unstable; urgency=medium
495 * Urgency medium due to changes in the site that broke earlier versions.
496 * New upstream release:
497 + restore support for WebM formats.
499 + fix entry that stated incorrect removed options. Closes: #590144.
501 -- Rogério Brito <rbrito@ime.usp.br> Sat, 24 Jul 2010 22:29:21 -0300
503 youtube-dl (2010.07.22-1) unstable; urgency=medium
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.
510 + document the removal of command line options and the new behavior.
512 + disabled for the moment.
514 + include the support of dailymotion in the long description.
515 + update the standards version to 3.9.0, with no other changes.
517 -- Rogério Brito <rbrito@ime.usp.br> Thu, 22 Jul 2010 18:58:29 -0300
519 youtube-dl (2010.07.14-1) unstable; urgency=low
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
528 * debian/patches/01-add-support-to-webm.patch:
529 + update and refresh.
531 -- Rogério Brito <rbrito@ime.usp.br> Wed, 14 Jul 2010 22:39:54 -0300
533 youtube-dl (2010.06.06-1) unstable; urgency=low
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
543 -- Rogério Brito <rbrito@ime.usp.br> Mon, 07 Jun 2010 04:16:54 -0300
545 youtube-dl (2010.04.04-3) unstable; urgency=low
547 * Migrate the packaging to smaller dh(7) style.
548 * Update the years of copyright.
550 -- Rogério Brito <rbrito@ime.usp.br> Tue, 01 Jun 2010 11:06:06 -0300
552 youtube-dl (2010.04.04-2) unstable; urgency=low
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
559 -- Rogério Brito <rbrito@ime.usp.br> Sat, 29 May 2010 13:11:43 -0300
561 youtube-dl (2010.04.04-1) unstable; urgency=low
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.
574 -- Rogério Brito <rbrito@ime.usp.br> Sun, 04 Apr 2010 17:55:00 -0300
576 youtube-dl (2010.03.13-1) unstable; urgency=low
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.
582 -- Rogério Brito <rbrito@ime.usp.br> Sun, 14 Mar 2010 23:33:48 -0300
584 youtube-dl (2010.02.13-1) unstable; urgency=low
586 * New upstream release
587 + stronger parsing of URLs.
588 + better generation of filenames.
590 + include misc-depends due to debhelper.
591 + the package is compliant with policy 3.8.4.
593 -- Rogério Brito <rbrito@ime.usp.br> Wed, 17 Feb 2010 00:19:23 -0200
595 youtube-dl (2010.01.19-1) unstable; urgency=low
597 * New upstream release. As upstream does not provide a changelog, here
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.
614 -- Rogério Brito <rbrito@ime.usp.br> Tue, 26 Jan 2010 11:28:40 -0200
616 youtube-dl (2009.09.13-2) unstable; urgency=low
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.
624 -- Rogério Brito <rbrito@ime.usp.br> Thu, 19 Nov 2009 11:21:36 -0200
626 youtube-dl (2009.09.13-1) unstable; urgency=low
628 * New upstream release
630 + adjust for the new upstream layout.
632 + Standards-Version updated to 3.8.3. No changes needed.
634 -- Rogério Brito <rbrito@ime.usp.br> Sat, 10 Oct 2009 12:17:53 -0300
636 youtube-dl (2009.08.08-1~try01) unstable; urgency=low
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.
647 + mention that the package is in the public domain.
648 + include my information.
649 + update the URL of the package.
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.
657 + let's help with automatic updates.
659 -- Rogério Brito <rbrito@ime.usp.br> Mon, 10 Aug 2009 08:14:08 -0300
661 youtube-dl (2008.03.22-1) unstable; urgency=low
663 * New upstream release:
664 - adds -f / --format command line option.
666 -- Robert S. Edmonds <edmonds@debian.org> Wed, 26 Mar 2008 13:19:23 -0400
668 youtube-dl (2008.03.08-1) unstable; urgency=low
670 * New upstream release:
671 - adds -b / --best-quality command line option.
673 -- Robert S. Edmonds <edmonds@debian.org> Wed, 12 Mar 2008 14:26:04 -0400
675 youtube-dl (2008.01.24-1) unstable; urgency=low
677 * New upstream release; closes: #462427, #462428.
678 - fixes youtube download issues.
680 -- Robert S. Edmonds <edmonds@debian.org> Thu, 24 Jan 2008 22:15:05 -0500
682 youtube-dl (2007.10.09-1) unstable; urgency=low
684 * New upstream release.
686 -- Robert S. Edmonds <edmonds@debian.org> Mon, 08 Oct 2007 19:22:33 -0400
688 youtube-dl (2007.08.24-1) unstable; urgency=low
690 * New upstream release; closes: #439363.
692 -- Robert S. Edmonds <edmonds@debian.org> Fri, 24 Aug 2007 13:54:40 -0400
694 youtube-dl (2007.06.22-1) unstable; urgency=low
696 * New upstream release:
699 -- Robert S. Edmonds <edmonds@debian.org> Thu, 21 Jun 2007 20:42:57 -0400
701 youtube-dl (2007.06.06-1) unstable; urgency=low
703 * New upstream release:
704 - "--title-too" command line option to print the video's title.
706 -- Robert S. Edmonds <edmonds@debian.org> Thu, 07 Jun 2007 01:04:01 -0400
708 youtube-dl (2007.03.27-1) unstable; urgency=low
710 * New upstream release:
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.
715 -- Robert S. Edmonds <edmonds@debian.org> Mon, 2 Apr 2007 21:46:56 -0400
717 youtube-dl (2007.02.18-1) unstable; urgency=low
719 * New upstream release:
721 - Catches socket errors.
723 -- Robert S. Edmonds <edmonds@debian.org> Tue, 20 Feb 2007 13:57:32 -0500
725 youtube-dl (2007.01.19-1) unstable; urgency=low
727 * New upstream release, closes: #406146.
729 -- Robert S. Edmonds <edmonds@debian.org> Sun, 28 Jan 2007 17:41:44 -0500
731 youtube-dl (2006.12.07-1) unstable; urgency=low
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.
737 -- Robert S. Edmonds <edmonds@debian.org> Sun, 10 Dec 2006 13:52:36 -0500
739 youtube-dl (2006.11.12-1) unstable; urgency=low
741 * New upstream release.
743 -- Robert S. Edmonds <edmonds@debian.org> Sat, 25 Nov 2006 16:12:03 -0500
745 youtube-dl (2006.09.25-1) unstable; urgency=low
747 * New upstream release.
748 * python >= 2.4 is now required.
750 -- Robert S. Edmonds <edmonds@debian.org> Wed, 27 Sep 2006 17:43:07 -0400
752 youtube-dl (2006.08.28-1) unstable; urgency=low
754 * Initial release, closes: #385748.
756 -- Robert S. Edmonds <edmonds@debian.org> Sun, 3 Sep 2006 19:43:27 -0400