1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 08:12:17 +00:00
mpv/options
Thiago Kenji Okada 633147c959 ytdl: add "--ytdl-params" option
This option allows the user to pass non-supported options directly to
youtube-dl, such as "--proxy URL", "--username USERNAME" and
'--password PASSWORD".

There is no sanity checking so it's possible to break things (i.e.
if you pass "--version" mpv exits with random JSON error).

Signed-off-by: wm4 <wm4@nowhere>
2015-02-25 22:32:48 +01:00
..
m_config.c m_config: log options set by the client API too 2015-02-16 20:04:31 +01:00
m_config.h options: add slightly more sophistcated mechanism for option deprecation 2014-12-11 01:04:15 +01:00
m_option.c options: change --msg-level option 2015-02-06 16:48:52 +01:00
m_option.h options: add slightly more sophistcated mechanism for option deprecation 2014-12-11 01:04:15 +01:00
m_property.c options: fix parsing for options/af and options/vf 2015-02-03 13:40:55 +01:00
m_property.h command: export some option metadata 2014-11-13 18:01:27 +01:00
options.c ytdl: add "--ytdl-params" option 2015-02-25 22:32:48 +01:00
options.h ytdl: add "--ytdl-params" option 2015-02-25 22:32:48 +01:00
parse_commandline.c demux: add a demux_open_url() function 2015-02-20 21:56:55 +01:00
parse_commandline.h
parse_configfile.c Do not call strerror() 2014-11-26 21:21:56 +01:00
parse_configfile.h encode: don't apply default config options 2014-04-19 22:05:17 +02:00
path.c player: undeprecate 'config' files 2015-02-15 14:28:49 +01:00
path.h player: undeprecate 'config' files 2015-02-15 14:28:49 +01:00