youtube-dl

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

commit e54930cf713e2e7b3117d94e1467f0acbfedf375
parent c6b311c5248ec53bfa9267f274ed690783cbc3f1
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Sat, 28 Mar 2009 10:34:37 +0100

Switch to "INTERNAL" version again

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

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