Skip to content

Commit

Permalink
fix options.py
Browse files Browse the repository at this point in the history
  • Loading branch information
coletdjnz committed Mar 15, 2024
1 parent 7bf1abb commit 077203d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt_dlp/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def _alias_callback(option, opt_str, value, parser, opts, nargs):
'--impersonate',
metavar='[CLIENT[:[VERSION][:[OS][:OS_VERSION]]]]', dest='impersonate', default=None,
help='Client to impersonate for requests. E.g. chrome, chrome:110, chrome::android.'
' Pass in an empty string (--impersonate "") to impersonate any client.',
' Pass in an empty string (--impersonate="") to impersonate any client.',
)
network.add_option(
'--list-impersonate-targets',
Expand Down

0 comments on commit 077203d

Please sign in to comment.