mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-06 06:45:00 +01:00
parent
30031be974
commit
a538772969
26 changed files with 84 additions and 47 deletions
|
|
@ -1031,7 +1031,7 @@ def create_parser():
|
|||
metavar='URL', dest='referer', default=None,
|
||||
help=optparse.SUPPRESS_HELP)
|
||||
workarounds.add_option(
|
||||
'--add-header',
|
||||
'--add-headers',
|
||||
metavar='FIELD:VALUE', dest='headers', default={}, type='str',
|
||||
action='callback', callback=_dict_from_options_callback,
|
||||
callback_kwargs={'multiple_keys': False},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue