Cookie validation logic

This commit is contained in:
HugeFrog24
2026-02-28 21:37:39 +01:00
parent 80444405e9
commit e3e14293cd
15 changed files with 802 additions and 398 deletions

View File

@@ -1,2 +1,5 @@
BASE_URL = "https://www.jailbirdz.com"
COOKIE_DOMAIN = "jailbirdz.com" # rookiepy domain filter (no www)
# config.py
from typing import Final
BASE_URL: Final[str] = "https://www.jailbirdz.com"
COOKIE_DOMAIN: Final[str] = "jailbirdz.com" # rookiepy domain filter (no www)