This commit is contained in:
doms9 2025-08-23 15:15:47 -04:00
parent bbda8864e5
commit 00000d93c6
3 changed files with 11 additions and 6 deletions

View file

@ -5,7 +5,12 @@ from bs4 import BeautifulSoup
urls: dict[str, str] = {}
mirrors = {"https://fstv.online", "https://fstv.space", "https://fstv.zip"}
mirrors = {
"https://fstv.online",
"https://fstv.space",
"https://fstv.zip",
"https://fstv.us",
}
def check_status(client: httpx.Client, url: str) -> bool: