From e985e5983163d49aa66e70e9b517f5154dfb6606 Mon Sep 17 00:00:00 2001 From: MintMain21 <91362684+MintMain21@users.noreply.github.com> Date: Sun, 6 Nov 2022 04:32:07 -0800 Subject: [PATCH] "Comments" added to URL-Parameters.md (#299) Add URL Parameter for disabling comments. --- docs/url-parameters.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/url-parameters.md b/docs/url-parameters.md index 4301573..0144d78 100644 --- a/docs/url-parameters.md +++ b/docs/url-parameters.md @@ -52,8 +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 | -| _Related Videos_ | Show "Related videos" tab on the right-hand side | -| `related_videos=false` | Disabled | +| _Related Videos_ | Show "Related videos" tab on the right-hand side | +| `related_videos=false` | Disabled | +| _Comments_ | Show comments below the video| +| `comments=false` | Disabled | | _Speed_ | Default player speed, can be any positive number | | `speed=0.5` | Play at 0.5x speed | | `speed=2` | Play at 2x speed | @@ -91,4 +93,4 @@ _This list is incomplete. You can help by expanding it._ | `region=DE` | Load videos that are trending in Germany | | **Player Style** | | | `player_style=invidious` | Invidious, the default | -| `player_style=youtube` | YouTube, using a centered play button and always visible video control bar | \ No newline at end of file +| `player_style=youtube` | YouTube, using a centered play button and always visible video control bar |