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

No suitable extractor found for pinterest when download from a public board. #914

Closed
McSpooder opened this issue Jul 27, 2020 · 1 comment

Comments

@McSpooder
Copy link

When running the following command on a public pinterest board:

gallery-dl "https://www.pinterest.co.uk/hextra7519/based-animals/"

The following message is outputted:

[gallery-dl][error] No suitable extractor found for 'https://www.pinterest.co.uk/hextra7519/based-animals/'

Also tried forcing the pinterest extractor in the url with no luck:

PS C:\Users\Danny\Pictures> gallery-dl "pinterest:https://www.pinterest.co.uk/hextra7519/based-animals/" -v
[gallery-dl][debug] Version 1.14.3
[gallery-dl][debug] Python 3.7.6 - Windows-10-10.0.18362-SP0
[gallery-dl][debug] requests 2.24.0 - urllib3 1.25.10
[gallery-dl][debug] Starting DownloadJob for 'pinterest:https://www.pinterest.co.uk/hextra7519/based-animals/'
[gallery-dl][error] No suitable extractor found for 'pinterest:https://www.pinterest.co.uk/hextra7519/based-animals/'
PS C:\Users\Danny\Pictures>

@McSpooder McSpooder changed the title Pinterest doesn't work. No suitable extractor found for pinterest when download from a public board. Jul 27, 2020
@mikf
Copy link
Owner

mikf commented Jul 27, 2020

It doesn't recognize the .co.uk TLD (yet). Change it to something else like https://www.pinterest.com/hextra7519/based-animals/ and it'll work.

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

No branches or pull requests

2 participants