Respect --prefer-insecure while updating (closes #15497)

This commit is contained in:
Sergey M․ 2018-02-18 16:38:55 +07:00
parent 38662dfec7
commit 7d2b4aa047
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
3 changed files with 11 additions and 6 deletions

View file

@ -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',