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 Request] omgmiamiswimwear.com #1280

Closed
fyhtma opened this issue Jan 27, 2021 · 5 comments
Closed

[Site Request] omgmiamiswimwear.com #1280

fyhtma opened this issue Jan 27, 2021 · 5 comments

Comments

@fyhtma
Copy link

fyhtma commented Jan 27, 2021

It'd be really nice if this program could download content from omgmiamiswimwear.com, SFW site. It is a normal retail online shopping site but it has some really good images. Thanks.

Example a single product page or even better if could download all products in one collection (https://www.omgmiamiswimwear.com/collections/omg-fit ; https://www.omgmiamiswimwear.com/collections/lingerie ; etc)

@mikf
Copy link
Owner

mikf commented Jan 28, 2021

This site is a Shopify instance. You can get gallery-dl to recognize it by adding "omgmiamiswimwear": {"root": "https://www.omgmiamiswimwear.com"} to your config file:
(and you can replace "omgmiamiswimwear" with any string you want)

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

@wafergithub
Copy link

may i know how to config file ?
i open my config.json on notepad++ and put the code in. after that, i also out it in %APPDATA%\gallery-dl and C:\Users\USER\gallery-dl.

but when i tried, it happen like this

C:\Users\user>gallery-dl https://www.omgmiamiswimwear.com/collections/omg
-fit
[config][warning] Could not parse 'C:\Users\user\AppData\Roaming\gallery-
dl\config.json': Expecting ',' delimiter: line 105 column 4 (char 2317)
[config][warning] Could not parse 'C:\Users\user\gallery-dl\config.json':
Expecting ',' delimiter: line 105 column 4 (char 2317)
[config][warning] Could not parse 'C:\Users\user\gallery-dl.conf': Expect
ing value: line 7 column 1 (char 6)
[gallery-dl][error] No suitable extractor found for 'https://www.omgmiamiswimwea
r.com/collections/omg-fit'

the same goes when i try gallery-dl shopify:https://www.omgmiamiswimwear.com/collect
ions/omg-fit:

C:\Users\user>gallery-dl shopify:https://www.omgmiamiswimwear.com/collect
ions/omg-fit
[config][warning] Could not parse 'C:\Users\user\AppData\Roaming\gallery-
dl\config.json': Expecting ',' delimiter: line 105 column 4 (char 2317)
[config][warning] Could not parse 'C:\Users\user\gallery-dl\config.json':
Expecting ',' delimiter: line 105 column 4 (char 2317)
[config][warning] Could not parse 'C:\Users\user\gallery-dl.conf': Expect
ing value: line 7 column 1 (char 6)
[gallery-dl][error] No suitable extractor found for 'shopify:https://www.omgmiam
iswimwear.com/collections/omg-fit'

@mikf
Copy link
Owner

mikf commented Apr 12, 2021

Your config files contain invalid JSON, all 3 of them. You should delete 2 and put the snippet from #1280 (comment) in the third.

@rautamiekka
Copy link
Contributor

For the future, use https://jsonlint.com/ to check your JSON. It's a very simple website that also tells you where it noticed the error, either where it started or where shit went too far south.

@wafergithub
Copy link

thank you for helping a noob like me, i will try that~
but actually, i completely have no idea how i got my config.json file back then, may i know where i could get it ?

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

4 participants