19 lines
618 B
Text
19 lines
618 B
Text
#
|
|
# The value for these environment variables can be found by logging into your
|
|
# patreon account and using developer tools to find the cookie being sent.
|
|
#
|
|
# Source a copy of this file with actual credentials and then:
|
|
# patreon-dl --log-level=INFO -d $HOME/Downloads/PDL
|
|
#
|
|
# Adjusting the log level and destination as desired.
|
|
#
|
|
# TODO: More detailed explanation
|
|
|
|
export PDL_CREATOR="czepeku"
|
|
export PDL_DEVICE_ID="<REDACTED>"
|
|
export PDL_COUNTRY_CODE="AU"
|
|
export PDL_LOCALE="en-US"
|
|
export PDL_CURRENCY="USD"
|
|
export PDL_SESSION_ID="<REDACTED>
|
|
export PDL_ANALYTICS_SESSION_ID="<REDACTED>
|
|
export PDL_CF_BM="<REDACTED>
|