diff options
author | Sergey M․ <dstftw@gmail.com> | 2018-02-27 22:30:08 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2018-02-27 22:30:08 +0700 |
commit | 0c3e5f4921760f0d5c743c47a1205f734b67fcb7 (patch) | |
tree | b0912e68fd0fce9442fe2f69a52e2081a85f7aa5 /youtube_dl/options.py | |
parent | 266fbd6b7389887960f74f5e989ba24109665eb6 (diff) |
Revert "Respect --prefer-insecure while updating (closes #15497)"
This reverts commit 7d2b4aa04790b51a0b2b717eed618296115061a8.
Diffstat (limited to 'youtube_dl/options.py')
-rw-r--r-- | youtube_dl/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 4a6067cb8..7d1bbc021 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 whenever possible') + help='Use an unencrypted connection to retrieve information about the video. (Currently supported only for YouTube)') workarounds.add_option( '--user-agent', metavar='UA', dest='user_agent', |