We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
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.
.co.uk
https://www.pinterest.com/hextra7519/based-animals/
Sorry, something went wrong.
26a967c
No branches or pull requests
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>
The text was updated successfully, but these errors were encountered: