diff options
author | ChrisK2 <spam@kalania.de> | 2014-12-07 22:58:54 +0100 |
---|---|---|
committer | ChrisK2 <spam@kalania.de> | 2014-12-07 22:58:54 +0100 |
commit | 39be59706388c93ff910302c328762e855d9a005 (patch) | |
tree | 71861404aadc6ed807f8c48a369754a2622b3649 /DOCS/man | |
parent | fc7731983ee82e07fbc8835d2b94c40fdda2da81 (diff) |
DOCS: Improve documentation of --ytdl-format option
As suggested in #1321
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/options.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 275f9d084a..557f5efcaf 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -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 ----- |