youtube-dl

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

commit 5745bfdcdccf053300eab4aca8c9959c01fc3b43
parent 320becd6920421b07326c245a06b996adc2b4397
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Mon, 25 May 2009 21:05:50 +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.23 +2009.05.25 diff --git a/youtube-dl b/youtube-dl @@ -1029,7 +1029,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='INTERNAL', + version='2009.05.25', conflict_handler='resolve', )