Open jimmerricks opened 1 year ago
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";
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 whatpinterest-downloader.py
expects this value to look like.