From a21fbbc2ccb145118971bb31fac27839cf48e6a3 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Fri, 2 Jan 2026 20:25:33 +0300 Subject: [PATCH] Fix: Removed outdated info --- FAQ.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/FAQ.md b/FAQ.md index e9420737..e8d23c54 100644 --- a/FAQ.md +++ b/FAQ.md @@ -575,7 +575,8 @@ This will help in case the premiere has a longer loading screen than usual. # How to bypass CF challenges? -You need to setup [FlareSolverr](https://github.com/FlareSolverr/FlareSolverr) and then set the `YTP_FLARESOLVERR_URL` environment variable to point to your FlareSolverr instance. For example: +You need to setup [FlareSolverr](https://github.com/FlareSolverr/FlareSolverr) and then set the `YTP_FLARESOLVERR_URL` +environment variable to point to your FlareSolverr instance. For example: ```yaml services: @@ -602,6 +603,3 @@ services: ``` For more information please visit [FlareSolverr](https://github.com/FlareSolverr/FlareSolverr) project. - -> [!NOTE] -> This will only work for yt-dlp part of the project. Anything else will not be affected by this setting for now.