- add footfast.py
- misc edits.
This commit is contained in:
doms9 2026-05-19 16:07:17 -04:00
parent 46b7e9985e
commit 00000d9b2c
5 changed files with 166 additions and 3 deletions

View file

@ -14,7 +14,7 @@ TAG = "OVO"
CACHE_FILE = Cache(TAG, exp=28_800)
BASE_URL = "https://ovogoaal.com"
BASE_URL = "https://ovogoalz.top"
async def process_event(url: str, url_num: int) -> tuple[str | None, str | None]: