youtube-dl

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

commit fd209848897f45e9df8931d14e937f0b0ed2a547
parent 111ae3695c4c4c080a9cd15c60c6eea854bb711e
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Sat,  7 Feb 2009 12:29:00 +0100

Bump version number

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

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