mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-15 19:16:46 +01:00
[cookies] Make browser names case insensitive
This commit is contained in:
parent
67ad7759af
commit
ca46b94134
3 changed files with 3 additions and 2 deletions
|
|
@ -1128,7 +1128,7 @@ def parseOpts(overrideArguments=None):
|
|||
'You can specify the user profile name or directory using '
|
||||
'"BROWSER:PROFILE_NAME" or "BROWSER:PROFILE_PATH". '
|
||||
'If no profile is given, the most recently accessed one is used'.format(
|
||||
'|'.join(sorted(SUPPORTED_BROWSERS)))))
|
||||
', '.join(sorted(SUPPORTED_BROWSERS)))))
|
||||
filesystem.add_option(
|
||||
'--no-cookies-from-browser',
|
||||
action='store_const', const=None, dest='cookiesfrombrowser',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue