test if cloudflare blocks after 2 requests

This commit is contained in:
Thephaseless 2024-10-27 18:40:21 +00:00
parent 070ecf2eaa
commit b5538c17ea

View File

@ -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",
]