From 12372a18c0f4a175c7290a2c26a8f713d7c11de6 Mon Sep 17 00:00:00 2001 From: evgeniy_t Date: Mon, 3 Feb 2025 14:19:17 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20test.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 85fa01d..85b9c45 100644 --- a/test.py +++ b/test.py @@ -67,7 +67,7 @@ def download_video(url): print(f"ERROR VIDEO {url}: {error_message}") if "This video has been removed" in error_message or "Video unavailable" in error_message: save_downloaded_url(failed_downloads_file, url) - if "Sign in to confirm you’re not a bot" in error_message: + if "Sign in to confirm youre not a bot" in error_message: print("Critical error detected: Sign-in required. Stopping execution.") exit(1)