From a83a6fcc412ab21a681deeeab4868bd475d90358 Mon Sep 17 00:00:00 2001 From: MintMain21 <91362684+MintMain21@users.noreply.github.com> Date: Sat, 4 Mar 2023 14:03:03 -0800 Subject: [PATCH] Update with quality_dash preference The documentation has been updated to include the quality_dash preference to enforce preferred quality using dash. --- docs/url-parameters.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/url-parameters.md b/docs/url-parameters.md index 0144d78..de02dc7 100644 --- a/docs/url-parameters.md +++ b/docs/url-parameters.md @@ -52,6 +52,10 @@ _This list is incomplete. You can help by expanding it._ | `quality=dash` | [DASH](https://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP) | | `quality=hd720` | 720p | | `quality=medium` | 480p | +| _Quality_DASH_ | Default player quality when using DASH (default is Auto) | +| `quality_dash=auto` | Automatically change quality based on network conditions | +| `quality_dash=best` | Automatically use the best quality avalible | +| `quality_dash=480` | always use 480p | | _Related Videos_ | Show "Related videos" tab on the right-hand side | | `related_videos=false` | Disabled | | _Comments_ | Show comments below the video|