1 youtube-dl (2010.07.24-1) unstable; urgency=medium
 
   3   * Urgency medium due to changes in the site that broke earlier versions.
 
   4   * New upstream release:
 
   5     + restore support for WebM formats.
 
   7     + fix entry that stated incorrect removed options. Closes: #590144.
 
   9  -- Rogério Brito <rbrito@ime.usp.br>  Sat, 24 Jul 2010 22:29:21 -0300
 
  11 youtube-dl (2010.07.22-1) unstable; urgency=medium
 
  13   * Urgency set to medium due to changes in the site
 
  14   * New upstream release:
 
  15     + make youtube-dl work again. Closes: #589974.
 
  16     + removed command line options -b and -d.
 
  18     + document the removal of command line options and the new behavior.
 
  20     + disabled for the moment.
 
  22     + include the support of dailymotion in the long description.
 
  23     + update the standards version to 3.9.0, with no other changes.
 
  25  -- Rogério Brito <rbrito@ime.usp.br>  Thu, 22 Jul 2010 18:58:29 -0300
 
  27 youtube-dl (2010.07.14-1) unstable; urgency=low
 
  29   * New upstream release:
 
  30     + add preliminary support for Dailymotion videos
 
  31     + improve support for WebM in YouTube
 
  32     + add support for the "original" video format in YouTube
 
  33     + add a --max-quality option
 
  34     + add support for youtu.be URLs
 
  36   * debian/patches/01-add-support-to-webm.patch:
 
  39  -- Rogério Brito <rbrito@ime.usp.br>  Wed, 14 Jul 2010 22:39:54 -0300
 
  41 youtube-dl (2010.06.06-1) unstable; urgency=low
 
  43   * New upstream release:
 
  44     + support for retrying connections after a 503 error
 
  45     + argument '-' can be used with -a to indicate stdin
 
  46     + support for webm formats
 
  47   * debian/patches/01-add-support-to-webm.patch:
 
  48     + remove parts applied upstream
 
  49     + update to download webm videos based on their quality
 
  51  -- Rogério Brito <rbrito@ime.usp.br>  Mon, 07 Jun 2010 04:16:54 -0300
 
  53 youtube-dl (2010.04.04-3) unstable; urgency=low
 
  55   * Migrate the packaging to smaller dh(7) style.
 
  56   * Update the years of copyright.
 
  58  -- Rogério Brito <rbrito@ime.usp.br>  Tue, 01 Jun 2010 11:06:06 -0300
 
  60 youtube-dl (2010.04.04-2) unstable; urgency=low
 
  62   * Add support to webm (vp8 + vorbis) format:
 
  63     + debian/patches/01-add-support-to-webm.patch: the code
 
  64     + debian/NEWS: the documentation
 
  65     + debian/control: the suggests field
 
  67  -- Rogério Brito <rbrito@ime.usp.br>  Sat, 29 May 2010 13:11:43 -0300
 
  69 youtube-dl (2010.04.04-1) unstable; urgency=low
 
  71   * New upstream release:
 
  72     + allow grabbing videos from vevo.
 
  73     + allow download whole playlists and keep the videos numbered.
 
  74     + add support for new playlist style.
 
  75     + fix detection of multipage playlists.
 
  76     + insist a little bit more to grab videos from youtube.
 
  77     + add information extractor for video.yahoo.com.
 
  78     + fix cosmetic issues with rtmpdump.
 
  79     + add option --all-formats to grab all available formats for a given video.
 
  80     + add "-" (without quotes) as an alias to output videos to stdout.
 
  82  -- Rogério Brito <rbrito@ime.usp.br>  Sun, 04 Apr 2010 17:55:00 -0300
 
  84 youtube-dl (2010.03.13-1) unstable; urgency=low
 
  86   * New upstream release
 
  87     + added option to disable the status/progress updates.
 
  88     + fine tuned the sequence of formats searched to discover the best quality.
 
  90  -- Rogério Brito <rbrito@ime.usp.br>  Sun, 14 Mar 2010 23:33:48 -0300
 
  92 youtube-dl (2010.02.13-1) unstable; urgency=low
 
  94   * New upstream release
 
  95     + stronger parsing of URLs.
 
  96     + better generation of filenames.
 
  98     + include misc-depends due to debhelper.
 
  99     + the package is compliant with policy 3.8.4.
 
 101  -- Rogério Brito <rbrito@ime.usp.br>  Wed, 17 Feb 2010 00:19:23 -0200
 
 103 youtube-dl (2010.01.19-1) unstable; urgency=low
 
 105   * New upstream release. As upstream does not provide a changelog, here
 
 107     + patched to add Google Video and Photobucket support
 
 108     + add support for using rtmpdump
 
 109     + added support to download all of a user's videos!
 
 110     + fix detection of uploader nickname in metacafe
 
 111     + take format 37 into account
 
 112     + add self-updating code
 
 113     + allow empty titles because they do appear in some videos
 
 114     + use default values for "continuedl" and "nooverwrites" parameters
 
 115     + avoid using Unicode strings when forming URL requests
 
 116     + improve preferred encoding detection method
 
 117   * Remove all patches (applied upstream).
 
 118   * Add suggests on rtmpdump.
 
 119   * Shorten the short description.
 
 120   * Include list of sites supported in the long description.
 
 122  -- Rogério Brito <rbrito@ime.usp.br>  Tue, 26 Jan 2010 11:28:40 -0200
 
 124 youtube-dl (2009.09.13-2) unstable; urgency=low
 
 126   * change to "3.0 (quilt)" format.
 
 127   * add support for 1080p videos. Thanks Josh Triplett. Closes: #557042.
 
 128   * include a better manpage. Closes: #553919.
 
 129   * include the DMUA: yes field.
 
 130   * kindly reviewed by Li Daobing.
 
 132  -- Rogério Brito <rbrito@ime.usp.br>  Thu, 19 Nov 2009 11:21:36 -0200
 
 134 youtube-dl (2009.09.13-1) unstable; urgency=low
 
 136   * New upstream release
 
 138     + adjust for the new upstream layout.
 
 140     + Standards-Version updated to 3.8.3. No changes needed.
 
 142  -- Rogério Brito <rbrito@ime.usp.br>  Sat, 10 Oct 2009 12:17:53 -0300
 
 144 youtube-dl (2009.08.08-1~try01) unstable; urgency=low
 
 146   * The current maintainer seems busy (Closes: #491616):
 
 147     + ability to recognize more qualities of a video.
 
 148     + ability to automatically find the best quality video.
 
 149     + ability to download entire playlists.
 
 150     + ability to specify various urls. (Closes: #452071)
 
 151     + ability to resume interrupted downloads.
 
 155     + mention that the package is in the public domain.
 
 156     + include my information.
 
 157     + update the URL of the package.
 
 159     + add a Homepage: field.
 
 160     + keeping the current manpage for now.
 
 161     + give more details in the long description.
 
 162     + list me as the maintainer.
 
 163     + Standards-Version updated to 3.8.2.
 
 165     + let's help with automatic updates.
 
 167  -- Rogério Brito <rbrito@ime.usp.br>  Mon, 10 Aug 2009 08:14:08 -0300
 
 169 youtube-dl (2008.03.22-1) unstable; urgency=low
 
 171   * New upstream release:
 
 172     - adds -f / --format command line option.
 
 174  -- Robert S. Edmonds <edmonds@debian.org>  Wed, 26 Mar 2008 13:19:23 -0400
 
 176 youtube-dl (2008.03.08-1) unstable; urgency=low
 
 178   * New upstream release:
 
 179     - adds -b / --best-quality command line option.
 
 181  -- Robert S. Edmonds <edmonds@debian.org>  Wed, 12 Mar 2008 14:26:04 -0400
 
 183 youtube-dl (2008.01.24-1) unstable; urgency=low
 
 185   * New upstream release; closes: #462427, #462428.
 
 186     - fixes youtube download issues.
 
 188  -- Robert S. Edmonds <edmonds@debian.org>  Thu, 24 Jan 2008 22:15:05 -0500
 
 190 youtube-dl (2007.10.09-1) unstable; urgency=low
 
 192   * New upstream release.
 
 194  -- Robert S. Edmonds <edmonds@debian.org>  Mon, 08 Oct 2007 19:22:33 -0400
 
 196 youtube-dl (2007.08.24-1) unstable; urgency=low
 
 198   * New upstream release; closes: #439363.
 
 200  -- Robert S. Edmonds <edmonds@debian.org>  Fri, 24 Aug 2007 13:54:40 -0400
 
 202 youtube-dl (2007.06.22-1) unstable; urgency=low
 
 204   * New upstream release:
 
 207  -- Robert S. Edmonds <edmonds@debian.org>  Thu, 21 Jun 2007 20:42:57 -0400
 
 209 youtube-dl (2007.06.06-1) unstable; urgency=low
 
 211   * New upstream release:
 
 212     - "--title-too" command line option to print the video's title.
 
 214  -- Robert S. Edmonds <edmonds@debian.org>  Thu, 07 Jun 2007 01:04:01 -0400
 
 216 youtube-dl (2007.03.27-1) unstable; urgency=low
 
 218   * New upstream release:
 
 220     - "--literal" command line option to use the video title in the filename.
 
 221     - "--get-url" command line option to print the real video URL.
 
 223  -- Robert S. Edmonds <edmonds@debian.org>  Mon,  2 Apr 2007 21:46:56 -0400
 
 225 youtube-dl (2007.02.18-1) unstable; urgency=low
 
 227   * New upstream release:
 
 229     - Catches socket errors.
 
 231  -- Robert S. Edmonds <edmonds@debian.org>  Tue, 20 Feb 2007 13:57:32 -0500
 
 233 youtube-dl (2007.01.19-1) unstable; urgency=low
 
 235   * New upstream release, closes: #406146.
 
 237  -- Robert S. Edmonds <edmonds@debian.org>  Sun, 28 Jan 2007 17:41:44 -0500
 
 239 youtube-dl (2006.12.07-1) unstable; urgency=low
 
 241   * New upstream release:
 
 242     - Use -t to name the downloaded file after the title, closes: #395184.
 
 243     - Parses URLs without a leading "http://", closes: #400321.
 
 245  -- Robert S. Edmonds <edmonds@debian.org>  Sun, 10 Dec 2006 13:52:36 -0500
 
 247 youtube-dl (2006.11.12-1) unstable; urgency=low
 
 249   * New upstream release.
 
 251  -- Robert S. Edmonds <edmonds@debian.org>  Sat, 25 Nov 2006 16:12:03 -0500
 
 253 youtube-dl (2006.09.25-1) unstable; urgency=low
 
 255   * New upstream release.
 
 256   * python >= 2.4 is now required.
 
 258  -- Robert S. Edmonds <edmonds@debian.org>  Wed, 27 Sep 2006 17:43:07 -0400
 
 260 youtube-dl (2006.08.28-1) unstable; urgency=low
 
 262   * Initial release, closes: #385748.
 
 264  -- Robert S. Edmonds <edmonds@debian.org>  Sun,  3 Sep 2006 19:43:27 -0400