logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: f148ea4473697a1e6666e789b0bfae8f0b4804e4
parent 7d950ca1d6543d51d066eaceb9ea1d5ac96d92f4
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Thu,  9 Dec 2010 19:37:07 +0100

Bump version number

Diffstat:

MLATEST_VERSION2+-
Myoutube-dl2+-
2 files changed, 2 insertions(+), 2 deletions(-)

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