youtube-dl

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

commit f1b4bee09d9fbaf5d25c4307f285b7ab4a00461a
parent a04e80a481cf21b4d9ff02d7fee615ef2af83941
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Wed,  6 Jan 2010 10:51:38 +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 @@ -2010.01.05 +2010.01.06 diff --git a/youtube-dl b/youtube-dl @@ -1217,7 +1217,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2010.01.05', + version='2010.01.06', conflict_handler='resolve', )