youtube-dl

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

commit a7d06f400c36837923c3b0db5fbfc8d90d4a9fd7
parent b1a1f8ea8f40ed26b7071eda139e31493f6f7972
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Fri, 25 Jul 2008 23:43:45 +0200

Increase version number

Diffstat:
Myoutube-dl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube-dl b/youtube-dl @@ -750,7 +750,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2008.07.22', + version='2008.07.26', conflict_handler='resolve', ) parser.add_option('-h', '--help',