Skip to content

Commit

Permalink
yt_dlp: 5e3e19c93c52830da98d9d1ed84ea7a559efefbd
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 27, 2024
1 parent 0fc426b commit 0ab6388
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/yt_dlp/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0ab6388

Please sign in to comment.