From 285578ff1ed1d7fe14d7ddd0d95a4b8079276e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Gul=C3=A1n?= Date: Fri, 17 Oct 2025 21:30:03 +0000 Subject: [PATCH] docs(readme): fix yt cookies section heading --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f29d0f..4e870e1 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Some behaviour and settings of Spooty can be configured using environment variab YT_DOWNLOADS_PER_MINUTE | 3 | Set the maximum number of YouTube downloads started per minute | YT_COOKIES | | Allows you to pass your YouTube cookies to bypass some download restrictions. See [below](#how-to-get-your-youtube-cookies) for instructions. | -How to get your YouTube cookies (using browser dev tools): +### How to get your YouTube cookies (using browser dev tools): 1. Go to https://www.youtube.com and log in if needed. 2. Open the browser developer tools (F12 or right click > Inspect). 3. Go to the "Application" tab (in Chrome) or "Storage" (in Firefox).