17 lines
498 B
Text
17 lines
498 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.
|
|
#
|
|
# TODO: More detailes 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>
|
|
|
|
patreon-dl --log-level=INFO \
|
|
-d $HOME/Downloads/PDL
|