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