Respect --prefer-insecure while updating (closes #15497)
This commit is contained in:
parent
38662dfec7
commit
7d2b4aa047
3 changed files with 11 additions and 6 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue