First working version
This commit is contained in:
parent
f863879351
commit
adca188afa
8 changed files with 960 additions and 3 deletions
19
credentials.example
Normal file
19
credentials.example
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#
|
||||
# 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue