From 036cfedb74aa66ec51048e8cfbc3db066d6d45c2 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> Date: Tue, 30 Jul 2019 10:43:33 +0000 Subject: [PATCH] Added missing descriptions for consistency --- List-of-URL-parameters.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/List-of-URL-parameters.md b/List-of-URL-parameters.md index cf9b432..ecc71db 100644 --- a/List-of-URL-parameters.md +++ b/List-of-URL-parameters.md @@ -48,8 +48,8 @@ _This list is incomplete. You can help by expanding it._ | `subtitles=en` | English (will use `auto-generated` if native translation is unavailable) | | _Quality_ | Default player quality | | `quality=dash` | [DASH](https://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP) | -| `quality=hd720` | | -| `quality=medium` | | +| `quality=hd720` | 720p | +| `quality=medium` | 480p | | _Related Videos_ | Show "Related videos" tab on the right-hand side | | `related_videos=false` | Disabled | | _Speed_ | Default player speed, can be any positive number | @@ -79,11 +79,11 @@ _This list is incomplete. You can help by expanding it._ | `region=DE` | Attempt to load search results as if the user were in Germany | | **Trending parameters** | | | _Trending type_ | View trending videos only in a specific category | -| `type=Default` | | -| `type=Music` | | -| `type=Gaming` | | -| `type=News` | | -| `type=Movies` | | +| `type=Default` | Default | +| `type=Music` | Music | +| `type=Gaming` | Gaming | +| `type=News` | News | +| `type=Movies` | Movies | | _Region_ | Provide "hint" (as ISO 3166 country code) for Invidious to load trending videos from the specified region | | | `region=JP` | Load videos that are trending in Japan | | `region=DE` | Load videos that are trending in Germany |