youtube-dl

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

commit 43f35682e9cf509459097e6fdebe2f10c95094f1
parent ad274509aa1eba53d41f15e5226b81419991af64
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Mon, 11 May 2009 20:12:18 +0200

Put version number in place

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

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