1 youtube-dl (2013.05.23-1~0.gbpc924a4) UNRELEASED; urgency=low
 
   3   ** SNAPSHOT build @c924a4596d685b1d61cf7f28e242e2e492678b1f **
 
   5   * Imported Upstream version 2013.05.14
 
   7     + Update to track github tags. Thanks to Bart Martens for the rewrite.
 
   8   * debian/README.source:
 
   9     + Update my own instructions.
 
  10   * Imported Upstream version 2013.05.23
 
  12  -- Rogério Brito <rbrito@ime.usp.br>  Wed, 22 May 2013 21:01:15 -0300
 
  14 youtube-dl (2012.12.11-1) unstable; urgency=low
 
  17     + Adapt to new upstream distribution scheme.
 
  18   * Imported Upstream version 2012.12.11
 
  20     + Disable new test suites. They depend on network access.
 
  21     + Remove repackaging need: Upstream adopted a new strategy.
 
  22     + Leave it as vanilla as possible.
 
  23     + Simplify the build process by not calling setup.py.
 
  24   * debian/{control,manpages,rules,youtube-dl.pod}:
 
  25     + Use manpage from upstream.
 
  27  -- Rogério Brito <rbrito@ime.usp.br>  Tue, 18 Dec 2012 09:45:19 -0200
 
  29 youtube-dl (2012.09.27+dfsg1-1) unstable; urgency=low
 
  31   * Urgency set to high to fix an RC bug.
 
  32   * Imported Upstream version 2012.09.27+dfsg1:
 
  33      + Remove binaries without sources. Thanks to Ansgar Burchardt for
 
  34        notifying me. (Closes: #689493)
 
  36     + Rewrite in Copyright Format 1.0 for readability.
 
  38     + Add a `get-orig-source` target to remove binaries without sources.
 
  40     + Remove `*.pyc` files due to new upstream changes.
 
  42     + Adapt for mangled debian version.
 
  44  -- Rogério Brito <rbrito@ime.usp.br>  Sat, 17 Nov 2012 15:01:05 -0200
 
  46 youtube-dl (2012.09.27-1) unstable; urgency=low
 
  48   * Imported Upstream version 2012.09.27:
 
  49     + Fixes changes in youtube that prevented youtube-dl from working.
 
  50       Thanks Alex Wauck and Josh Triplett for notifying me of the breakage.
 
  52     + Incorporates my patch for downloading from tube.majestyc.net.
 
  54   * debian/patches: Remove unneeded patches.
 
  56  -- Rogério Brito <rbrito@ime.usp.br>  Fri, 28 Sep 2012 02:27:37 -0300
 
  58 youtube-dl (2012.02.27+gita171dbf-3) unstable; urgency=low
 
  60   * Add python to build-depends-indep. (Closes: #647407)
 
  62  -- Rogério Brito <rbrito@ime.usp.br>  Mon, 06 Aug 2012 22:11:25 -0300
 
  64 youtube-dl (2012.02.27+gita171dbf-2) unstable; urgency=low
 
  66   * Disable downloading from tube.majestyc.net for the moment.
 
  69  -- Rogério Brito <rbrito@ime.usp.br>  Sun, 05 Aug 2012 16:50:15 -0300
 
  71 youtube-dl (2012.02.27+gita171dbf-1) unstable; urgency=low
 
  73   * Imported Upstream version 2012.02.27+gita171dbf. Highlights:
 
  74     + Fixes for sites changing layouts:
 
  75       - Vimeo. Closes: #682865.
 
  76       - blip.tv. Closes: #671167.
 
  77     + Redirects are now supported. Closes: #597797.
 
  79     + Allow use of libav-tools for transcoding instead of ffmpeg.
 
  80     + Build-Depend-Indep on zip for upstream's build system.
 
  81     + Bump depends on python >= 2.6, for new "zipped executables".
 
  82   * debian/rules: We now have something to make.
 
  83   * debian/patches: Add support for tube.majestyc.net. Closes: #612586.
 
  85  -- Rogério Brito <rbrito@ime.usp.br>  Sun, 05 Aug 2012 01:45:05 -0300
 
  87 youtube-dl (2012.02.27-1) unstable; urgency=low
 
  89   * Imported Upstream version 2012.02.27. Highlights:
 
  90     + Add support for MTV.
 
  91     + Allow the Vimeo engine to work with embedded video URLs.
 
  92     + Add --verbose switch option. Not documented in the manpage yet,
 
  94   * debian/gbp.conf: Add defaults for the git-buildpackage suite.
 
  95   * Make debian/README.source simpler.
 
  96   * Don't automatically sign tags with git-buildpackage.
 
  97   * Update the manpage to cite which sites youtube-dl supports.
 
  98     Thanks to Adrian Knoth for the patch (Closes: #657978)
 
  99   * Update Standards-Version to 3.9.3 (no other changes).
 
 101  -- Rogério Brito <rbrito@ime.usp.br>  Sat, 17 Mar 2012 13:41:15 -0300
 
 103 youtube-dl (2012.01.05-2) unstable; urgency=low
 
 105   * debian/control: Per requests, change rtmpdump to a Recommends.
 
 106     Thanks to Nicola Ferralis (Closes: #655036)
 
 108  -- Rogério Brito <rbrito@ime.usp.br>  Sat, 07 Jan 2012 22:51:17 -0200
 
 110 youtube-dl (2012.01.05-1) unstable; urgency=low
 
 112   * Imported Upstream version 2012.01.05. Highlights:
 
 113     + Fixed duplicated downloads from YouTube user page.
 
 114     + Support configuration files. (Closes: #429557).
 
 115     + Added support for Soundcloud.
 
 116     + Added support for InfoQ.
 
 117     + Added support for Mixcloud.
 
 118     + Added support for OpenClassRoom.
 
 119     + Support aac audio in mp4 container (as .m4a files).
 
 120     + Support wav audio output.
 
 121     + Added --max-downloads option. Not documented in the manpage yet,
 
 123     + Added --prefer-free-formats option. Not documented in the manpage
 
 124       yet, patches welcome.
 
 125   * debian/patches: Drop patches already included upstream.
 
 126   * debian/control: Add support for earlier versions of ffmpeg/ffprobe.
 
 127     Thanks to Uwe Kleine-König for the suggestion. (Closes: #651060)
 
 128   * debian/control: Update list of supported sites.
 
 130  -- Rogério Brito <rbrito@ime.usp.br>  Fri, 06 Jan 2012 13:48:47 -0200
 
 132 youtube-dl (2011.10.19-4) unstable; urgency=low
 
 134   * debian/{rules,control}:
 
 135     + Remove build-dependency on python, as that's not really needed.
 
 137  -- Rogério Brito <rbrito@ime.usp.br>  Sun, 20 Nov 2011 10:22:04 -0200
 
 139 youtube-dl (2011.10.19-3) unstable; urgency=low
 
 142    + Add python to B-D-Indep. Closes: #647407.
 
 143      Thanks to Felix Geyer, Daniel T Chen, and Simon Paillard.
 
 144    + Fix capitalization of YouTube. Closes: #649111.
 
 145      Thanks to Filipus Klutiero.
 
 147  -- Rogério Brito <rbrito@ime.usp.br>  Fri, 18 Nov 2011 19:28:01 -0200
 
 149 youtube-dl (2011.10.19-2) unstable; urgency=low
 
 151   * Add patch to fix downloading from facebook.
 
 153  -- Rogério Brito <rbrito@ime.usp.br>  Sat, 22 Oct 2011 01:16:31 -0200
 
 155 youtube-dl (2011.10.19-1) unstable; urgency=low
 
 157   * Imported Upstream version 2011.10.19. Highlights:
 
 158     + Added option -L to list available formats.
 
 159     + Understand more playlist formats in youtube.
 
 160     + Added support for CollegeHumor.
 
 161     + Added support for xvideos.com.
 
 162     + Added support for HD videos in vimeo.
 
 164     + Update short description.
 
 165     + Mention that getting worst quality is also possible.
 
 166     + Update list of sites in the long description.
 
 167     + It's vcs-browseR, not vcs-browse.
 
 168   * Update the manpage wrt the 'worst' format. Thanks Cristian Rigamonti.
 
 170  -- Rogério Brito <rbrito@ime.usp.br>  Tue, 18 Oct 2011 21:13:16 -0200
 
 172 youtube-dl (2011.09.27-1) unstable; urgency=low
 
 174   * New upstream version. Highlights:
 
 175     + Added support for vimeo (closes: #619023).
 
 176     + Added support for blip.tv.
 
 177     + Added support for myvideo.de.
 
 178     + Added support for comedycentral.
 
 179     + Added support for "The Escapist".
 
 180     + Added ability to download worst quality video (closes:#609328).
 
 181     + Added ability to get available formats for a video (--get-format).
 
 182     + Added support to extract vorbis audio with --extract-audio.
 
 183     + New command line options: --writedescription, --write-info-json,
 
 184       --list-extractors, --skip-download, --get-format.  Not documented in
 
 185       the manpage yet, patches welcome.
 
 187     + Add fields for the VCS system.
 
 188     + cosmetics: Run wrap-and-sort to make the packaging canonical.
 
 190     + Remove 01-prefer-open-formats.patch, integrated upstream.
 
 192  -- Rogério Brito <rbrito@ime.usp.br>  Thu, 29 Sep 2011 14:37:13 -0300
 
 194 youtube-dl (2011.08.04-2) unstable; urgency=low
 
 196   * debian/{clean,youtube-dl.1}: Don't keep old files hanging around.
 
 197   * debian/control: We comply with policy 3.9.2.
 
 198   * debian/rules: Fix references to Perl. Closes: #637107.
 
 199   * debian/source/local-options: Set to unapply-patches.
 
 201  -- Rogério Brito <rbrito@ime.usp.br>  Tue, 09 Aug 2011 16:38:46 -0300
 
 203 youtube-dl (2011.08.04-1) unstable; urgency=low
 
 205   * Imported Upstream version 2011.08.04. Highlight:
 
 206     + Fix changes on Youtube's side. Closes: #636611, #624139, #636547.
 
 207       Thanks for all those that were kind enough to notify me.
 
 208     + Includes robustness fixes for youtube videos, including a fix (dated
 
 209       2011-02-25, which I forgot to include) to cope with videos whose IDs
 
 210       begin with an hyphen. Closes: #632922. Sorry, Matt Kraai, for
 
 211       forgetting about this!
 
 212   * debian: Add a README.source file describing how the package is
 
 215  -- Rogério Brito <rbrito@ime.usp.br>  Fri, 05 Aug 2011 12:25:55 -0300
 
 217 youtube-dl (2011.02.25b-1) unstable; urgency=low
 
 219   * New upstream release. Some highlights:
 
 220     + Enable artist playlists in YoutubePlaylistIE.
 
 221     + Add support for getting videos from Facebook.
 
 222     + Support more common YouTube playlist URLs
 
 223     + Extract audio from your videos using ffmpeg as a postprocessor.
 
 225     + Add recommends on ffmpeg.
 
 226     + Update the list of sites supported by youtube-dl in the long
 
 231  -- Rogério Brito <rbrito@ime.usp.br>  Fri, 25 Feb 2011 20:27:47 -0300
 
 233 youtube-dl (2011.01.30-2) unstable; urgency=low
 
 236     + include build-depends-indep on perl, for pod2man (not used during clean).
 
 237     + update the build-dependency on debhelper (we use the override feature).
 
 239     + generate the actual manpage from the pod source at build time.
 
 241  -- Rogério Brito <rbrito@ime.usp.br>  Mon, 31 Jan 2011 20:30:36 -0200
 
 243 youtube-dl (2011.01.30-1) unstable; urgency=low
 
 245   * New upstream release. Some highlights:
 
 246     + options -b and -f are removed.
 
 247     + fix progress report when continuing partial downloads.
 
 248     + request compressed pages by default.
 
 249     + add support for embedded youtube playlist URLs; doesn't fix #495164 yet.
 
 250     + add option --dump-user-agent.
 
 251     + add option --console-title.
 
 252     + add option --no-part.
 
 253     + add option --get-filename.
 
 254     + set downloaded file mtime to the last-modified header, if possible.
 
 255     + add option --no-mtime.
 
 257     + update dependency on python's minimum version to 2.5.
 
 258   * debian/youtube-dl.pod:
 
 261  -- Rogério Brito <rbrito@ime.usp.br>  Mon, 31 Jan 2011 00:31:09 -0200
 
 263 youtube-dl (2010.12.09-1) unstable; urgency=low
 
 265   * New upstream release:
 
 266     + Use filename with suffix .part while the download is still incomplete.
 
 267     + Add support for downloading files from depositfiles.com.
 
 268     + Fix recent changes in youtube.com. Closes: #606537.
 
 270     + Update to work with the github redirector.
 
 271   * debian/youtube-dl.pod:
 
 272     + Add short description on youtube.com's video formats.
 
 273       Based on Nicola Ferralis's patch. Closes: #605311.
 
 274     + Add description of options -A, --playlist-start, and --playlist-end
 
 275       options. Thanks to Josh Triplett. Closes: #604983.
 
 279  -- Rogério Brito <rbrito@ime.usp.br>  Fri, 10 Dec 2010 10:41:25 -0200
 
 281 youtube-dl (2010.11.19-1) unstable; urgency=low
 
 283   * New upstream release. Highlights:
 
 284     + Fix downloading of RTMP URL's.
 
 285     + Added command line switch (-A) to auto-number downloads.
 
 286     + Allow comments in batchfiles.
 
 287     + Add option to specify the video to end at in a playlist.
 
 288   * debian/{watch,control}:
 
 289     + Update for the move from bitbucket to github.
 
 293  -- Rogério Brito <rbrito@ime.usp.br>  Thu, 25 Nov 2010 15:54:56 -0200
 
 295 youtube-dl (2010.10.24-2) unstable; urgency=low
 
 297   * The "I forgot to save the changelog file" release.
 
 298   * The highlights of the new release are:
 
 299     + Add --cookies option to allow saving cookies to disk
 
 300       (primarily to be used with external downloaders: e.g., aria2c).
 
 301     + Support "https" both for YouTube URLs and for login.
 
 305  -- Rogério Brito <rbrito@ime.usp.br>  Mon, 25 Oct 2010 03:10:07 -0200
 
 307 youtube-dl (2010.10.24-1) unstable; urgency=low
 
 309   * New upstream release.
 
 311  -- Rogério Brito <rbrito@ime.usp.br>  Mon, 25 Oct 2010 02:23:40 -0200
 
 313 youtube-dl (2010.10.03-1) unstable; urgency=low
 
 315   * The "upload from sunny California" release
 
 316   * New upstream release:
 
 317     + Downloading manually the release 2010.10.03 corresponding to
 
 318       http://bitbucket.org/rg3/youtube-dl/changeset/190d2d0fd729
 
 319     + Abort downloads that can't be written to the disk
 
 320     + Fix downloading some videos from metacafe.com
 
 321     + Try to discover the video extension from metacafe.com
 
 322     + Allow #! in youtube urls
 
 323     + Fix extraction of uploader nickname on dailymotion
 
 324     + Support downloads from youtube-nocookie.com urls
 
 325     + Code improvements in general
 
 326     + Retry that fail with codes 5xx on youtube
 
 328     + rename 01-add-support-to-webm.patch to 01-prefer-open-formats.patch
 
 329     + update the patch to apply to new versions of youtube-dl
 
 330     + re-enable the patch to give preference to webm videos
 
 332  -- Rogério Brito <rbrito@ime.usp.br>  Wed, 13 Oct 2010 21:58:24 -0700
 
 334 youtube-dl (2010.08.04-1) unstable; urgency=low
 
 336   * New upstream release:
 
 337     + Fix metacafe.com code not working due to gdaKey again
 
 338     + Add option (--playlist-start) to specify the initial video for playlists
 
 339     + Put back -b option as a placeholder with a warning message
 
 340     + Consider the file downloaded if the size differs in less than 100 bytes
 
 341     + Reorganize request code to make it a bit more robust
 
 342     + Properly detect YouTube error messages to print them on screen
 
 344     + Remove suggests on gst-p-b (>= 0.10.18.3-2)
 
 345     + The package complies with Policy 3.9.1 without any other changes.
 
 347     + Remove commented lines.
 
 348   * debian/youtube-dl.pod:
 
 349     + Update the manpage to include newer options.
 
 350     + Don't mention removed options anymore. Closes: #590825, #592368.
 
 352  -- Rogério Brito <rbrito@ime.usp.br>  Mon, 09 Aug 2010 13:27:41 -0400
 
 354 youtube-dl (2010.07.24-1) unstable; urgency=medium
 
 356   * Urgency medium due to changes in the site that broke earlier versions.
 
 357   * New upstream release:
 
 358     + restore support for WebM formats.
 
 360     + fix entry that stated incorrect removed options. Closes: #590144.
 
 362  -- Rogério Brito <rbrito@ime.usp.br>  Sat, 24 Jul 2010 22:29:21 -0300
 
 364 youtube-dl (2010.07.22-1) unstable; urgency=medium
 
 366   * Urgency set to medium due to changes in the site
 
 367   * New upstream release:
 
 368     + make youtube-dl work again. Closes: #589974.
 
 369     + removed command line options -b and -d.
 
 371     + document the removal of command line options and the new behavior.
 
 373     + disabled for the moment.
 
 375     + include the support of dailymotion in the long description.
 
 376     + update the standards version to 3.9.0, with no other changes.
 
 378  -- Rogério Brito <rbrito@ime.usp.br>  Thu, 22 Jul 2010 18:58:29 -0300
 
 380 youtube-dl (2010.07.14-1) unstable; urgency=low
 
 382   * New upstream release:
 
 383     + add preliminary support for Dailymotion videos
 
 384     + improve support for WebM in YouTube
 
 385     + add support for the "original" video format in YouTube
 
 386     + add a --max-quality option
 
 387     + add support for youtu.be URLs
 
 389   * debian/patches/01-add-support-to-webm.patch:
 
 390     + update and refresh.
 
 392  -- Rogério Brito <rbrito@ime.usp.br>  Wed, 14 Jul 2010 22:39:54 -0300
 
 394 youtube-dl (2010.06.06-1) unstable; urgency=low
 
 396   * New upstream release:
 
 397     + support for retrying connections after a 503 error
 
 398     + argument '-' can be used with -a to indicate stdin
 
 399     + support for webm formats
 
 400   * debian/patches/01-add-support-to-webm.patch:
 
 401     + remove parts applied upstream
 
 402     + update to download webm videos based on their quality
 
 404  -- Rogério Brito <rbrito@ime.usp.br>  Mon, 07 Jun 2010 04:16:54 -0300
 
 406 youtube-dl (2010.04.04-3) unstable; urgency=low
 
 408   * Migrate the packaging to smaller dh(7) style.
 
 409   * Update the years of copyright.
 
 411  -- Rogério Brito <rbrito@ime.usp.br>  Tue, 01 Jun 2010 11:06:06 -0300
 
 413 youtube-dl (2010.04.04-2) unstable; urgency=low
 
 415   * Add support to webm (vp8 + vorbis) format:
 
 416     + debian/patches/01-add-support-to-webm.patch: the code
 
 417     + debian/NEWS: the documentation
 
 418     + debian/control: the suggests field
 
 420  -- Rogério Brito <rbrito@ime.usp.br>  Sat, 29 May 2010 13:11:43 -0300
 
 422 youtube-dl (2010.04.04-1) unstable; urgency=low
 
 424   * New upstream release:
 
 425     + allow grabbing videos from vevo.
 
 426     + allow download whole playlists and keep the videos numbered.
 
 427     + add support for new playlist style.
 
 428     + fix detection of multipage playlists.
 
 429     + insist a little bit more to grab videos from youtube.
 
 430     + add information extractor for video.yahoo.com.
 
 431     + fix cosmetic issues with rtmpdump.
 
 432     + add option --all-formats to grab all available formats for a given video.
 
 433     + add "-" (without quotes) as an alias to output videos to stdout.
 
 435  -- Rogério Brito <rbrito@ime.usp.br>  Sun, 04 Apr 2010 17:55:00 -0300
 
 437 youtube-dl (2010.03.13-1) unstable; urgency=low
 
 439   * New upstream release
 
 440     + added option to disable the status/progress updates.
 
 441     + fine tuned the sequence of formats searched to discover the best quality.
 
 443  -- Rogério Brito <rbrito@ime.usp.br>  Sun, 14 Mar 2010 23:33:48 -0300
 
 445 youtube-dl (2010.02.13-1) unstable; urgency=low
 
 447   * New upstream release
 
 448     + stronger parsing of URLs.
 
 449     + better generation of filenames.
 
 451     + include misc-depends due to debhelper.
 
 452     + the package is compliant with policy 3.8.4.
 
 454  -- Rogério Brito <rbrito@ime.usp.br>  Wed, 17 Feb 2010 00:19:23 -0200
 
 456 youtube-dl (2010.01.19-1) unstable; urgency=low
 
 458   * New upstream release. As upstream does not provide a changelog, here
 
 460     + patched to add Google Video and Photobucket support
 
 461     + add support for using rtmpdump
 
 462     + added support to download all of a user's videos!
 
 463     + fix detection of uploader nickname in metacafe
 
 464     + take format 37 into account
 
 465     + add self-updating code
 
 466     + allow empty titles because they do appear in some videos
 
 467     + use default values for "continuedl" and "nooverwrites" parameters
 
 468     + avoid using Unicode strings when forming URL requests
 
 469     + improve preferred encoding detection method
 
 470   * Remove all patches (applied upstream).
 
 471   * Add suggests on rtmpdump.
 
 472   * Shorten the short description.
 
 473   * Include list of sites supported in the long description.
 
 475  -- Rogério Brito <rbrito@ime.usp.br>  Tue, 26 Jan 2010 11:28:40 -0200
 
 477 youtube-dl (2009.09.13-2) unstable; urgency=low
 
 479   * change to "3.0 (quilt)" format.
 
 480   * add support for 1080p videos. Thanks Josh Triplett. Closes: #557042.
 
 481   * include a better manpage. Closes: #553919.
 
 482   * include the DMUA: yes field.
 
 483   * kindly reviewed by Li Daobing.
 
 485  -- Rogério Brito <rbrito@ime.usp.br>  Thu, 19 Nov 2009 11:21:36 -0200
 
 487 youtube-dl (2009.09.13-1) unstable; urgency=low
 
 489   * New upstream release
 
 491     + adjust for the new upstream layout.
 
 493     + Standards-Version updated to 3.8.3. No changes needed.
 
 495  -- Rogério Brito <rbrito@ime.usp.br>  Sat, 10 Oct 2009 12:17:53 -0300
 
 497 youtube-dl (2009.08.08-1~try01) unstable; urgency=low
 
 499   * The current maintainer seems busy (Closes: #491616):
 
 500     + ability to recognize more qualities of a video.
 
 501     + ability to automatically find the best quality video.
 
 502     + ability to download entire playlists.
 
 503     + ability to specify various urls. (Closes: #452071)
 
 504     + ability to resume interrupted downloads.
 
 508     + mention that the package is in the public domain.
 
 509     + include my information.
 
 510     + update the URL of the package.
 
 512     + add a Homepage: field.
 
 513     + keeping the current manpage for now.
 
 514     + give more details in the long description.
 
 515     + list me as the maintainer.
 
 516     + Standards-Version updated to 3.8.2.
 
 518     + let's help with automatic updates.
 
 520  -- Rogério Brito <rbrito@ime.usp.br>  Mon, 10 Aug 2009 08:14:08 -0300
 
 522 youtube-dl (2008.03.22-1) unstable; urgency=low
 
 524   * New upstream release:
 
 525     - adds -f / --format command line option.
 
 527  -- Robert S. Edmonds <edmonds@debian.org>  Wed, 26 Mar 2008 13:19:23 -0400
 
 529 youtube-dl (2008.03.08-1) unstable; urgency=low
 
 531   * New upstream release:
 
 532     - adds -b / --best-quality command line option.
 
 534  -- Robert S. Edmonds <edmonds@debian.org>  Wed, 12 Mar 2008 14:26:04 -0400
 
 536 youtube-dl (2008.01.24-1) unstable; urgency=low
 
 538   * New upstream release; closes: #462427, #462428.
 
 539     - fixes youtube download issues.
 
 541  -- Robert S. Edmonds <edmonds@debian.org>  Thu, 24 Jan 2008 22:15:05 -0500
 
 543 youtube-dl (2007.10.09-1) unstable; urgency=low
 
 545   * New upstream release.
 
 547  -- Robert S. Edmonds <edmonds@debian.org>  Mon, 08 Oct 2007 19:22:33 -0400
 
 549 youtube-dl (2007.08.24-1) unstable; urgency=low
 
 551   * New upstream release; closes: #439363.
 
 553  -- Robert S. Edmonds <edmonds@debian.org>  Fri, 24 Aug 2007 13:54:40 -0400
 
 555 youtube-dl (2007.06.22-1) unstable; urgency=low
 
 557   * New upstream release:
 
 560  -- Robert S. Edmonds <edmonds@debian.org>  Thu, 21 Jun 2007 20:42:57 -0400
 
 562 youtube-dl (2007.06.06-1) unstable; urgency=low
 
 564   * New upstream release:
 
 565     - "--title-too" command line option to print the video's title.
 
 567  -- Robert S. Edmonds <edmonds@debian.org>  Thu, 07 Jun 2007 01:04:01 -0400
 
 569 youtube-dl (2007.03.27-1) unstable; urgency=low
 
 571   * New upstream release:
 
 573     - "--literal" command line option to use the video title in the filename.
 
 574     - "--get-url" command line option to print the real video URL.
 
 576  -- Robert S. Edmonds <edmonds@debian.org>  Mon,  2 Apr 2007 21:46:56 -0400
 
 578 youtube-dl (2007.02.18-1) unstable; urgency=low
 
 580   * New upstream release:
 
 582     - Catches socket errors.
 
 584  -- Robert S. Edmonds <edmonds@debian.org>  Tue, 20 Feb 2007 13:57:32 -0500
 
 586 youtube-dl (2007.01.19-1) unstable; urgency=low
 
 588   * New upstream release, closes: #406146.
 
 590  -- Robert S. Edmonds <edmonds@debian.org>  Sun, 28 Jan 2007 17:41:44 -0500
 
 592 youtube-dl (2006.12.07-1) unstable; urgency=low
 
 594   * New upstream release:
 
 595     - Use -t to name the downloaded file after the title, closes: #395184.
 
 596     - Parses URLs without a leading "http://", closes: #400321.
 
 598  -- Robert S. Edmonds <edmonds@debian.org>  Sun, 10 Dec 2006 13:52:36 -0500
 
 600 youtube-dl (2006.11.12-1) unstable; urgency=low
 
 602   * New upstream release.
 
 604  -- Robert S. Edmonds <edmonds@debian.org>  Sat, 25 Nov 2006 16:12:03 -0500
 
 606 youtube-dl (2006.09.25-1) unstable; urgency=low
 
 608   * New upstream release.
 
 609   * python >= 2.4 is now required.
 
 611  -- Robert S. Edmonds <edmonds@debian.org>  Wed, 27 Sep 2006 17:43:07 -0400
 
 613 youtube-dl (2006.08.28-1) unstable; urgency=low
 
 615   * Initial release, closes: #385748.
 
 617  -- Robert S. Edmonds <edmonds@debian.org>  Sun,  3 Sep 2006 19:43:27 -0400