diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-05-13 22:10:01 +0200 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:24:19 +0100 |
commit | cab60d710afc4a00469d8b08a74d733802d2067b (patch) | |
tree | cd4ea321767cfd927fcc26061671e798cdd7c854 | |
parent | 152edc0d4cbd4fa5b220e6dd3ed398a471c9bf82 (diff) |
Put back INTERNAL version
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index bb982e22a..b2dc7952d 100755 --- 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', ) |