DOCS: Improve documentation of --ytdl-format option

As suggested in #1321
This commit is contained in:
ChrisK2 2014-12-07 22:58:54 +01:00
parent fc7731983e
commit 39be597063
1 changed files with 4 additions and 1 deletions

View File

@ -442,7 +442,10 @@ Program Behavior
Video format/quality that is directly passed to youtube-dl. The possible
values are specific to the website and the video, for a given url the
available formats can be found with the command
``youtube-dl --list-formats URL``.
``youtube-dl --list-formats URL``. See youtube-dl's documentation for
available aliases. To use experimental DASH support for youtube, use
``bestvideo+bestaudio``.
(Default: ``best``)
Video
-----