Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cookie token format #21

Open
jimmerricks opened this issue Apr 2, 2023 · 1 comment
Open

Cookie token format #21

jimmerricks opened this issue Apr 2, 2023 · 1 comment

Comments

@jimmerricks
Copy link

The linked Get Token Cookie Chrome extension is not working for me. I have tried using the _pinterest_sess cookie value (and others), but it is not working either. Is there another way to get the token than the extension? It's not clear from the documentation what pinterest-downloader.py expects this value to look like.

@kamikadzem22
Copy link

Something like this should work for python SimpleCookie:

_auth="1"; expires=""; Path="/"; HttpOnly; SameSite=None; Secure; Domain=".pinterest.com"; 
_pinterest_sess="<cookie>"; expires=""; Path="/"; HttpOnly; SameSite=None; Secure; Domain=".pinterest.com"; 
_b='"<cookie>"'; expires=""; Path="/"; HttpOnly; SameSite=None; Secure; Domain=".pinterest.com"; 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants