summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorfireattack <human.peng@gmail.com>2023-08-13 13:10:27 +0800
committerDudemanguy <random342@airmail.cc>2023-08-13 14:40:36 +0000
commit3954660f034c706526171bae21436a4f326c5efc (patch)
treeb690e3d4a2e5eaefbe8f9ee3168019b90925b204 /DOCS/man/options.rst
parent598e30173d4a6b6414b010647e97809729224374 (diff)
downloadmpv-3954660f034c706526171bae21436a4f326c5efc.tar.bz2
mpv-3954660f034c706526171bae21436a4f326c5efc.tar.xz
ytdl_hook: improve Windows exe search with suffix
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 0be7b8c718..9a6d18cff3 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -945,7 +945,7 @@ Program Behavior
paths should be separated by : on Unix and ; on Windows. mpv looks in
order for the configured paths in PATH and in mpv's config directory.
The defaults are "yt-dlp", "yt-dlp_x86" and "youtube-dl". On Windows
- the suffix extension ".exe" is always appended.
+ the suffix extension is not necessary, but only ".exe" is acceptable.
.. admonition:: Why do the option names mix ``_`` and ``-``?