youtube-dl

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

commit e5b160488246af215f49039ff580b712d75282e8
parent 0c8beb43f22c20cf0c217cf37c410fb76270bba3
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Sat,  8 Aug 2009 14:59:14 +0200

Set INTERNAL version number

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

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