projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43f3568
)
Restore INTERNAL version number
author
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Mon, 11 May 2009 18:13:44 +0000
(20:13 +0200)
committer
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:16 +0000
(11:24 +0100)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index 08afab4f801e4d84c86e6285bada64a53c241d8e..db9510f7be78ab3ec7e18f57b1ea39dc74a3643e 100755
(executable)
--- 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.11
',
+ version='
INTERNAL
',
conflict_handler='resolve',
)