mirror of
https://github.com/HugeFrog24/jailbirdz-dl.git
synced 2026-03-02 01:04:31 +00:00
Multi-gooner support because who knows
This commit is contained in:
19
.env.example
19
.env.example
@@ -1,8 +1,17 @@
|
||||
# Copy your wordpress_logged_in_... cookie from browser DevTools → Storage → Cookies.
|
||||
# Paste the full name=value pair below.
|
||||
# wordpress_sec_... is the wp-admin cookie — irrelevant for read-only viewers.
|
||||
# __cf_bm is a Cloudflare bot-management cookie — also not needed.
|
||||
WP_LOGIN_COOKIE=wordpress_logged_in_<hash>=<value>
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user