-
-
Notifications
You must be signed in to change notification settings - Fork 975
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
Not able to retrieve the default 'All Pins' and even private boards #3484
Comments
To make exported cookies work with Pinterest, you need to ensure their domain is For example, I get cookies for
gallery-dl uses "All Pins" boards (https://www.pinterest.com/USER/pins/) are not supported yet. |
Commit 294108c adds support for "All Pins" boards.
There is, but it won't help if you get "No results for ...".
|
Hey, thanks for adding support for "All pins" board. I am trying to get my cookies to work with gallery-dl. I made the changes you suggested to the cookies file, sadly gallery-dl is still unable to retrieve sectret boards: my cookies file in its unedited state is (just a snippet containing the URLs):
I live in the UK, so I figured I should replace
Which I did and my cookies files is refrenced like this:
But when I invoke
|
Shouldn't you be on the UK URL to begin with if it matters ? Generally the cookie file shouldn't be manually edited, so gdl should account for the mismatch somehow.
Is the spelling in the config the same as the file in the folder ? |
Good Catch, I double checked, yes the names match. |
Does your config file actually get loaded? You can check by running gallery-dl with $ gallery-dl -v
[gallery-dl][debug] Version 1.24.3-dev - Git HEAD: 6514828d
[gallery-dl][debug] Python 3.10.9 - Linux-6.1.2-arch1-1-x86_64-with-glibc2.36
[gallery-dl][debug] requests 2.28.1 - urllib3 1.26.12
[gallery-dl][debug] Configuration Files ['${HOME}/.gallery-dl.conf'] With commit 9116398, gdl will use the same domain as your input URL for API requests and cookies, so you can leave your cookies.txt file unmodified when you are also using
Not always possible. What if there are Pinterest cookies for several TLDs? |
Hey, the output I get with
I again redownloaded the latest executable on github and redownloaded the cookies file as well:
When I try to donwload from all pins board:
I get:
Also, I also cannot find a board that I manually set "sectret" to, in gallery-dl I wish, I tried logging in to pinterest.com and generate a cookie from there, but pinterest always redirects me to its uk site :( |
Well, the latest "official" release does not contain the changes from 9116398 or 294108c, so it is obviously not going to work with that. Try one of the executables from https://github.com/mikf/gallery-dl/actions/runs/3867847885. |
Ahhh, am an idiot! I used your link to download the right executable Pardon me for the headache I may have caused, very new to all this Command line stuff. |
Hello, I have been trying to see if I can retrieve the "All Pins" board for my Pinterest account. I think its a "sectret" board so you cant see it without it logging. I have tried to do so multiple times using the cookies method.
My set up looks like
I have two boards on my profile, one called dresses and the other, the default "All Pins board
Every time I run
Gallery-Dl [my profile url]
It only gets the dresses board.So as a test I manually set the dresses board to private and now when I run samme command as above, I get:
I also get the same error when I try
gallery-dl.exe https://www.pinterest.co.uk/myprofile/_saved -g
Is my cookies file even working, I have used the cookies method succesfully with instagram. How can I verify the the success of login in vai cookies.txt file? or is this an issue with gallery DL?
Is there a way to retrieve just the url links of every pin and save it the ouput to a
.txt
file? I think that would simplify things allot. Thanks for any help.The text was updated successfully, but these errors were encountered: