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

[Site Support Request] windsorstore.com #1793

Closed
Bruhhhhhhhhhhhhhhhhhhhhhhhhhhhhh opened this issue Aug 23, 2021 · 3 comments
Closed

[Site Support Request] windsorstore.com #1793

Bruhhhhhhhhhhhhhhhhhhhhhhhhhhhhh opened this issue Aug 23, 2021 · 3 comments

Comments

@Bruhhhhhhhhhhhhhhhhhhhhhhhhhhhhh

All other programs I have tried don't seem to be able to detect and download the full resolution images reliably. As far as I can tell reaching the full resolution image requires me to go through inspect element. I've been doing Network > open image

A full resolution image:
https://cdn.shopify.com/s/files/1/0070/8853/7651/products/05004-0043_2_2400x.jpg?v=1582907582

Page the full resolution image is from:
https://www.windsorstore.com/collections/dresses-ball-gowns/products/jamille-metallic-glitter-pleated-ball-gown-050040043600?variant=30202133479475

Being able to download from the collection/category pages such as this would be appreciated. https://www.windsorstore.com/collections/dresses-ball-gowns?Page=1&ResultsPerPage=48&SortBy=relevance

@Bruhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
Copy link
Author

I'm not sure if my config.json is incorrect, but this isn't working for me when using a collections link, but works on the product page link. When trying to do a collections link such as https://www.windsorstore.com/collections/dresses-ball-gowns it just hangs for a second then goes on to the next line without doing anything.

This is what my config.json is like in \AppData\Roaming\gallery-dl :

{
"extractor": {
"shopify": {
"omgmiamiswimwear": {
"root": "https://www.windsorstore.com"
}
}
}
}

@mikf
Copy link
Owner

mikf commented Aug 29, 2021

Your config file is correct, it's gallery-dl that didn't work. It did recognize https://www.windsorstore.com/collections/dresses-ball-gowns as a valid Shopify URL, but couldn't find any Product pages for that Collection (there aren't any in the plain HTML).

I've updated the Shopify code to just use the API to find any product information (95157e0) where it now, for some reason, gets 30 instead of the 8 listed on the website itself. I've also added an entry for windsorstore.com so you don't even need the config file entry anymore (4e9f8fe).

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