From 75393f023716dc56ae319533747ea9cedcbba901 Mon Sep 17 00:00:00 2001 From: Stefan Lobbenmeier Date: Wed, 8 Jan 2025 08:45:43 -0300 Subject: [PATCH] fix audio description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee7c9cdd81..f10b43f447 100644 --- a/README.md +++ b/README.md @@ -1526,7 +1526,7 @@ The available fields are: - `hasvid`: Gives priority to formats that have a video stream - `hasaud`: Gives priority to formats that have an audio stream - `ie_pref`: The format preference - - `lang`: The language preference as decided by extractor (usually: indicated by the url > original language > other languages), also (without audio description > without audio description) + - `lang`: The language preference as decided by extractor (usually: indicated by the url > original language > other languages), also (no audio description > with audio description) - `quality`: The quality of the format - `source`: The preference of the source - `proto`: Protocol used for download (`https`/`ftps` > `http`/`ftp` > `m3u8_native`/`m3u8` > `http_dash_segments`> `websocket_frag` > `mms`/`rtsp` > `f4f`/`f4m`)