logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 2a04438c7c6de2dc9ef2a0bbaaa8ebc1dc654f44
parent dd24ff44ab34026dddfeef59ab03b6ec88cdf371
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Tue,  8 Sep 2009 09:54:51 +0200

Restore INTERNAL version number

Diffstat:

Myoutube-dl2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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