From 7d2b4aa04790b51a0b2b717eed618296115061a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 18 Feb 2018 16:38:55 +0700 Subject: Respect --prefer-insecure while updating (closes #15497) --- youtube_dl/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube_dl/options.py') diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 7d1bbc021..4a6067cb8 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -534,7 +534,7 @@ def parseOpts(overrideArguments=None): workarounds.add_option( '--prefer-insecure', '--prefer-unsecure', action='store_true', dest='prefer_insecure', - help='Use an unencrypted connection to retrieve information about the video. (Currently supported only for YouTube)') + help='Use an unencrypted connection to retrieve information whenever possible') workarounds.add_option( '--user-agent', metavar='UA', dest='user_agent', -- cgit v1.2.3