youtube-dl

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

commit 1db4ff60542e695892d34729ebef5da4989eff72
parent 763826cf2cc4d4944bf3098528e013b49b089248
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Mon,  6 Apr 2009 17:16:40 +0200

Restore internal version number indicator

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

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