mirror of
https://github.com/HugeFrog24/jailbirdz-dl.git
synced 2026-03-02 01:04:31 +00:00
6 lines
168 B
Python
6 lines
168 B
Python
# 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)
|