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

[Nozomi] HttpError: '404 Not Found' when attempting to download certain Tags #2653

Closed
ErisyaleLancaster opened this issue Jun 2, 2022 · 2 comments

Comments

@ErisyaleLancaster
Copy link

Hello,

I've noticed that i get an error message when attempting to download certain tags on Nozomi.la
The Error concerned is "[nozomi] [error] HttpError: '404 Not Found' for "

I noticed this happening only when the Tag includes a special character such as a / for example (Most recently it was that on two tags)

As an example here's the error when typing in: gallery-dl https://nozomi.la/search.html?q=yang_guifei_(fate/grand_order)#1 in the CMD window
"[nozomi][error] HttpError: '404 Not Found' for 'https://j.nozomi.la/nozomi/yang_guifei_(fate/grand_order).nozomi'"

Is there a way to bypass this?

@mikf
Copy link
Owner

mikf commented Jun 3, 2022

It appears that nozomi's own code internally removes all slashes from search terms, meaning you can bypass this by searching for yang_guifei_(fategrand_order):

$ gallery-dl "https://nozomi.la/search.html?q=yang_guifei_(fategrand_order)#1"
/tmp/nozomi/yang_guifei_(fategrand_orde…fc663b8cd57bf8f3f56d998c1aad85c48ec1.jpg
/tmp/nozomi/yang_guifei_(fategrand_orde…d401217de4b469c9cc7f3d65c30607f75073.jpg
...

@ErisyaleLancaster
Copy link
Author

Ah thank you. So just remove them not replace them with anything else.
Thank you very much.

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

No branches or pull requests

2 participants