logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: f8dc4414305f111a17d31f53d4a04650d80d34f5
parent 010ebaf7832f41a5842c2a9ac316943b0efc5c2b
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Fri, 19 Nov 2010 19:41:09 +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.10.24 +2010.11.19 diff --git a/youtube-dl b/youtube-dl @@ -2145,7 +2145,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2010.10.24', + version='2010.11.19', conflict_handler='resolve', )