youtube-dl

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

commit 27c3383e2d87257aaf25a08d1658e694ffc8c289
parent dbccb6cd84347de647e8ea34da9ed27e4e664a39
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Sat, 25 Apr 2009 11:54:11 +0200

Set version number

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

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