remove untestable websites from github

This commit is contained in:
Thephaseless 2024-10-27 18:43:36 +00:00
parent b5538c17ea
commit 542603b246

View File

@ -12,11 +12,12 @@ from src.utils import logger
client = TestClient(app) client = TestClient(app)
test_websites = [ test_websites = [
"https://www.ygg.re/", "https://btmet.com/",
"https://ext.to/", "https://ext.to/",
# "https://btmet.com/", # Not testable on github actions
# "https://extratorrent.st/", # github is blocking these # "https://www.ygg.re/",
# "https://idope.se/", # github is blocking these # "https://extratorrent.st/",
# "https://idope.se/",
# "https://speed.cd/login", # "https://speed.cd/login",
] ]