mirror of
https://github.com/HugeFrog24/jailbirdz-dl.git
synced 2026-03-02 09:04:33 +00:00
21 lines
830 B
Plaintext
21 lines
830 B
Plaintext
# jailbirdz.com credentials
|
|
# These are used to obtain a fresh login cookie via the WooCommerce AJAX endpoint.
|
|
JAILBIRDZ_USERNAME=your-email-or-username
|
|
JAILBIRDZ_PASSWORD=your-password
|
|
|
|
# Alternatively, set the cookie manually (expires in ~2 weeks).
|
|
# Get it from browser DevTools → Storage → Cookies while on jailbirdz.com.
|
|
# Copy the full name=value of the wordpress_logged_in_* cookie.
|
|
JAILBIRDZ_LOGIN_COOKIE=wordpress_logged_in_<hash>=<value>
|
|
|
|
# pinkcuffs.com credentials (separate membership — different from jailbirdz)
|
|
PINKCUFFS_USERNAME=your-email-or-username
|
|
PINKCUFFS_PASSWORD=your-password
|
|
PINKCUFFS_LOGIN_COOKIE=wordpress_logged_in_<hash>=<value>
|
|
|
|
# PeerTube upload target
|
|
PEERTUBE_URL=https://your-peertube-instance.example
|
|
PEERTUBE_USER=admin
|
|
PEERTUBE_CHANNEL=your-channel-name
|
|
PEERTUBE_PASSWORD=your-password
|