youtube-dl

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

commit e0e56865a0caf52dcc3c8fa7897c94bc292ab91a
parent eb11aaccbb7350618ba784fce1f5511db1fa5c81
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Wed, 31 Aug 2011 21:28:40 +0200

Remove stable from help wording (There will be only one main branch for now)

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

diff --git a/youtube-dl b/youtube-dl @@ -3159,7 +3159,7 @@ def parseOpts(): general.add_option('-v', '--version', action='version', help='print program version and exit') general.add_option('-U', '--update', - action='store_true', dest='update_self', help='update this program to latest stable version') + action='store_true', dest='update_self', help='update this program to latest version') general.add_option('-i', '--ignore-errors', action='store_true', dest='ignoreerrors', help='continue on download errors', default=False) general.add_option('-r', '--rate-limit',