youtube-dl

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

commit eb5d184157af39ff65b6103ccea73749cb2e24c1
parent 5745bfdcdccf053300eab4aca8c9959c01fc3b43
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Mon, 25 May 2009 21:06:28 +0200

Restore INTERNAL version number

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

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