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 |