youtube-dl

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

commit 0e543200095a6505ebedfb63be4317bba2c3506a
parent 43f35682e9cf509459097e6fdebe2f10c95094f1
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Mon, 11 May 2009 20:13:44 +0200

Restore INTERNAL version number

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='2009.05.11', + version='INTERNAL', conflict_handler='resolve', )