Revert "Respect --prefer-insecure while updating (closes #15497)"
[youtube-dl] / youtube_dl / options.py
index 4a6067cb8d15e1302880c920a9835303db1a9987..7d1bbc02102ec860ab417301f478309fe0c379e0 100644 (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 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',