youtube-dl

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

commit 73747955523e1a7208f9f037254a716206ae7531
parent 0cd61126fc3e58d7f044a8ef960f9763c8f3af59
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Sat, 30 May 2009 10:50:42 +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.05.25 +2009.05.30 diff --git a/youtube-dl b/youtube-dl @@ -1066,7 +1066,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='INTERNAL', + version='2009.05.30', conflict_handler='resolve', )