0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

man: fix typo

This commit is contained in:
bugdone 2016-09-10 13:34:11 +03:00 committed by wm4
parent 76818e3dc7
commit fdc5388f8c

View File

@ -58,7 +58,7 @@ Track Selection
``--vid=no`` or ``--video=no`` or ``--no-video`` disables video playback.
(The latter variant does not work with the client API.)
If vudeo is disabled, mpv will try to download the audio only if media is
If video is disabled, mpv will try to download the audio only if media is
streamed with youtube-dl, because it saves bandwidth. This is done by
setting the ytdl_format to "bestaudio/best" in the ytdl_hook.lua script.