mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
[options] Fix typo (closes #16450)
This commit is contained in:
parent
c63ca0eef8
commit
1e4fe5a7cc
@ -232,7 +232,7 @@ def _comma_separated_values_options_callback(option, opt_str, value, parser):
|
|||||||
'--geo-verification-proxy',
|
'--geo-verification-proxy',
|
||||||
dest='geo_verification_proxy', default=None, metavar='URL',
|
dest='geo_verification_proxy', default=None, metavar='URL',
|
||||||
help='Use this proxy to verify the IP address for some geo-restricted sites. '
|
help='Use this proxy to verify the IP address for some geo-restricted sites. '
|
||||||
'The default proxy specified by --proxy (or none, if the options is not present) is used for the actual downloading.')
|
'The default proxy specified by --proxy (or none, if the option is not present) is used for the actual downloading.')
|
||||||
geo.add_option(
|
geo.add_option(
|
||||||
'--cn-verification-proxy',
|
'--cn-verification-proxy',
|
||||||
dest='cn_verification_proxy', default=None, metavar='URL',
|
dest='cn_verification_proxy', default=None, metavar='URL',
|
||||||
|
Loading…
Reference in New Issue
Block a user