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