]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/options.py
[cleanup] Misc (#10043)
[yt-dlp.git] / yt_dlp / options.py
index 997b575cd46adfeab9ee6ad83261515059dc8c09..9615bfbaa4d38e4e782d4b0e20cfc165237017ab 100644 (file)
@@ -520,7 +520,8 @@ def _alias_callback(option, opt_str, value, parser, opts, nargs):
         metavar='CLIENT[:OS]', dest='impersonate', default=None,
         help=(
             'Client to impersonate for requests. E.g. chrome, chrome-110, chrome:windows-10. '
-            'Pass --impersonate="" to impersonate any client.'),
+            'Pass --impersonate="" to impersonate any client. Note that forcing impersonation '
+            'for all requests may have a detrimental impact on download speed and stability'),
     )
     network.add_option(
         '--list-impersonate-targets',