logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 4dd63be1939d5c10c807aa316bc601df0559aa87
parent 7d8d06122d2e768f3ecce3ceb2e01d1f3a5ef050
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Sat,  3 Apr 2010 09:58:16 +0200

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.04.02 +2010.04.03 diff --git a/youtube-dl b/youtube-dl @@ -1686,7 +1686,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2010.04.02', + version='2010.04.03', conflict_handler='resolve', )