e
This commit is contained in:
parent
bbda8864e5
commit
00000d93c6
3 changed files with 11 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue