disable invalid websites

This commit is contained in:
Thephaseless 2024-09-13 19:22:37 +00:00
parent 0d5dfb0eb4
commit 6577ad2df8

View File

@ -9,10 +9,10 @@ from src.models.requests import LinkRequest
client = TestClient(app)
test_websites = [
# "https://ext.to/",
# "https://btmet.com/",
"https://extratorrent.st/",
# "https://idope.se/",
"https://ext.to/",
"https://btmet.com/",
# "https://extratorrent.st/", # github is blocking these
# "https://idope.se/", # github is blocking these
]