mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 17:50:21 +08:00
disable invalid websites
This commit is contained in:
parent
0d5dfb0eb4
commit
6577ad2df8
@ -9,10 +9,10 @@ from src.models.requests import LinkRequest
|
|||||||
client = TestClient(app)
|
client = TestClient(app)
|
||||||
|
|
||||||
test_websites = [
|
test_websites = [
|
||||||
# "https://ext.to/",
|
"https://ext.to/",
|
||||||
# "https://btmet.com/",
|
"https://btmet.com/",
|
||||||
"https://extratorrent.st/",
|
# "https://extratorrent.st/", # github is blocking these
|
||||||
# "https://idope.se/",
|
# "https://idope.se/", # github is blocking these
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user