From 392751c58868de8a407ae922476e2d8ab1d6d2a6 Mon Sep 17 00:00:00 2001 From: MintMain21 <91362684+MintMain21@users.noreply.github.com> Date: Sat, 29 Jun 2024 20:45:08 -0700 Subject: [PATCH] Update url-parameters.md Returned the video player parameters --- docs/url-parameters.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/url-parameters.md b/docs/url-parameters.md index b302703..b5f85e7 100644 --- a/docs/url-parameters.md +++ b/docs/url-parameters.md @@ -102,4 +102,6 @@ _This list is incomplete. You can help by expanding it._ | _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 | - +**Player Style** | Define how the Video Player looks asthetically | +| `player_style=invidious` | Invidious, the default +| `player_style=youtube` | YouTube, using a centered play button and always visible video control bar |