mirror of
https://github.com/HugeFrog24/jailbirdz-dl.git
synced 2026-03-02 09:04:33 +00:00
Cookie validation logic
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user