youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 0c8beb43f22c20cf0c217cf37c410fb76270bba3
parent 71b7300e63780e9495cbb1030061f469a17a66f4
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Sat,  8 Aug 2009 14:57:56 +0200

Bump version number

Diffstat:
MLATEST_VERSION | 2+-
Myoutube-dl | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LATEST_VERSION b/LATEST_VERSION @@ -1 +1 @@ -2009.06.29 +2009.08.08 diff --git a/youtube-dl b/youtube-dl @@ -1084,7 +1084,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2009.06.29', + version='2009.08.08', conflict_handler='resolve', )