youtube-dl

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

commit fe788f2c6f22224363484944254d17662bc5a394
parent 75a4cf3c977bd767639414ccfd600d93d533b74c
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Tue,  5 Jan 2010 12:45:30 +0100

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