summaryrefslogtreecommitdiffstats
path: root/yt_dlp/options.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:10:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:10:53 +0000
commitde32d636282fd7e7f6f3177b8c92265986eef211 (patch)
tree2bfb70cd0494ca171d133203caa8bc93419eede3 /yt_dlp/options.py
parentAdding debian version 2024.05.26-1. (diff)
downloadyt-dlp-de32d636282fd7e7f6f3177b8c92265986eef211.tar.xz
yt-dlp-de32d636282fd7e7f6f3177b8c92265986eef211.zip
Merging upstream version 2024.05.27.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--yt_dlp/options.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py
index 997b575..9615bfb 100644
--- a/yt_dlp/options.py
+++ b/yt_dlp/options.py
@@ -520,7 +520,8 @@ def create_parser():
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',