From b5538c17ea72ae083879116bfdd099ae5f695873 Mon Sep 17 00:00:00 2001 From: Thephaseless Date: Sun, 27 Oct 2024 18:40:21 +0000 Subject: [PATCH] test if cloudflare blocks after 2 requests --- tests/main_test.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/main_test.py b/tests/main_test.py index 9471348..7e755c6 100644 --- a/tests/main_test.py +++ b/tests/main_test.py @@ -12,12 +12,12 @@ from src.utils import logger client = TestClient(app) test_websites = [ - "https://ext.to/", - "https://btmet.com/", - "https://extratorrent.st/", # github is blocking these - "https://idope.se/", # github is blocking these "https://www.ygg.re/", - "https://speed.cd/login", + "https://ext.to/", + # "https://btmet.com/", + # "https://extratorrent.st/", # github is blocking these + # "https://idope.se/", # github is blocking these + # "https://speed.cd/login", ]