youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 8190e3631ba5f1734e5b45a7e0a0e5999ab70d26
parent e4db6fd0420a0917724a896d29f17666f8c80427
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Thu, 22 Jul 2010 20:32:05 +0200

Bump version number

Diffstat:
MLATEST_VERSION | 2+-
Myoutube-dl | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

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