1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-17 22:55:42 +07:00

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

This reverts commit 7d2b4aa047.
This commit is contained in:
Sergey M․
2018-02-27 22:30:08 +07:00
parent 266fbd6b73
commit 0c3e5f4921
3 changed files with 6 additions and 11 deletions

View File

@@ -534,7 +534,7 @@ def _comma_separated_values_options_callback(option, opt_str, value, parser):
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',