From 98c4b8fa1b7527884c5ebd6a3f51abdd6eea5abc Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Wed, 19 Feb 2014 20:02:29 -0700 Subject: =?UTF-8?q?Fix=20minor=20typo:=20=E2=80=9Cto=20to=E2=80=9D=20?= =?UTF-8?q?=E2=86=92=20=E2=80=9Cto=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- youtube_dl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube_dl') diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py index f843036c7..70608066c 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -208,7 +208,7 @@ def parseOpts(overrideArguments=None): general.add_option('-U', '--update', action='store_true', dest='update_self', help='update this program to latest version. Make sure that you have sufficient permissions (run with sudo if needed)') general.add_option('-i', '--ignore-errors', - action='store_true', dest='ignoreerrors', help='continue on download errors, for example to to skip unavailable videos in a playlist', default=False) + action='store_true', dest='ignoreerrors', help='continue on download errors, for example to skip unavailable videos in a playlist', default=False) general.add_option('--abort-on-error', action='store_false', dest='ignoreerrors', help='Abort downloading of further videos (in the playlist or the command line) if an error occurs') -- cgit v1.2.3