youtube-dl

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

commit 1d50e3d153af01ca6dd825c6e1c94df93bc3bcbe
parent d69a1c9189311997ef7c311296e71b4c8fbdab41
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Sat, 23 May 2009 00:19:17 +0200

Bump version number

Diffstat:
Myoutube-dl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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