From 0ab638815a150bede7a61af2a5d84927e67aa030 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 27 May 2024 22:15:25 +0000 Subject: [PATCH] yt_dlp: 5e3e19c93c52830da98d9d1ed84ea7a559efefbd --- lib/yt_dlp/options.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/yt_dlp/options.py b/lib/yt_dlp/options.py index 997b575..9615bfb 100644 --- a/lib/yt_dlp/options.py +++ b/lib/yt_dlp/options.py @@ -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',