youtube-dl

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

commit cab60d710afc4a00469d8b08a74d733802d2067b
parent 152edc0d4cbd4fa5b220e6dd3ed398a471c9bf82
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Wed, 13 May 2009 22:10:01 +0200

Put back INTERNAL version

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