youtube-dl

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

commit 9ca4851a00469aef46c68823050ad70d8f9c75a0
parent 1e9daf2a487646f55a95eaa119789cf28443fd69
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Thu, 16 Oct 2008 23:34:04 +0200

Bump version number

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

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