This commit is contained in:
Casey 2024-11-15 12:53:18 +03:00
parent 2b3f000e1a
commit ae101ec1c3
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ def get_random_useragent() -> str:
async def verify_link(url: str) -> float:
if not url: return 0
total_score = 0
logger.info("Verifying link %s", url)
if not url.startswith("http"):