diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-03-28 10:34:37 +0100 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:24:04 +0100 |
commit | e54930cf713e2e7b3117d94e1467f0acbfedf375 (patch) | |
tree | eaf7dcea3ab2d942c5b633a5d9904d9c609d6d37 | |
parent | c6b311c5248ec53bfa9267f274ed690783cbc3f1 (diff) |
Switch to "INTERNAL" version again
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index 7c01f4fdb..bf6973480 100755 --- a/youtube-dl +++ b/youtube-dl @@ -935,7 +935,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2009.03.28', + version='INTERNAL', conflict_handler='resolve', ) parser.add_option('-h', '--help', |