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

szurubooru api booru giving unsupported url #5711

Closed
Nicosow2 opened this issue Jun 9, 2024 · 5 comments
Closed

szurubooru api booru giving unsupported url #5711

Nicosow2 opened this issue Jun 9, 2024 · 5 comments

Comments

@Nicosow2
Copy link

Nicosow2 commented Jun 9, 2024

I tried to download the gallery from a booru website from an artist that uses the szurubooru api, and it's gave unsupported url, is there any way to download it? the url is https://booru.gensin.city

@mikf
Copy link
Owner

mikf commented Jun 10, 2024

Prefix URLs with szurubooru:

$ gallery-dl szurubooru:https://booru.gensin.city/post/562
booru.gensin.city/562_2_2e551644725277eb09a9cbc048443980.png

or add it to your config like here, but for szurubooru.

@Nicosow2
Copy link
Author

Nicosow2 commented Jun 10, 2024

Prefix URLs with szurubooru:

$ gallery-dl szurubooru:https://booru.gensin.city/post/562
booru.gensin.city/562_2_2e551644725277eb09a9cbc048443980.png

or add it to your config like here, but for szurubooru.

Prefix URLs with szurubooru:

$ gallery-dl szurubooru:https://booru.gensin.city/post/562
booru.gensin.city/562_2_2e551644725277eb09a9cbc048443980.png

or add it to your config like here, but for szurubooru.

},
"szurubooru": {
"root": "https://booru.gensin.city/posts"
}
like this? i was thinking of using https://booru.gensin.city/posts, since i want to download everything that was posted on the site, but i think i made a mistake in this part of the config because it gave the error of the unsupported site or i used the wrong url, or both 😃 and i tried to do the first method replacing the url with the posts one but gave the same error

@smowtenshi
Copy link

or add it to your config like here, but for szurubooru.

}, "szurubooru": {
"root": "booru.gensin.city/posts"
}
like this?

Try

"szurubooru": {
		"gensin.city": {
			"root": "https://booru.gensin.city/"
		}
}

@Nicosow2
Copy link
Author

or add it to your config like here, but for szurubooru.

}, "szurubooru": {
"root": "booru.gensin.city/posts"
}
like this?

Try

"szurubooru": {
		"gensin.city": {
			"root": "https://booru.gensin.city/"
		}
}

sadly same error again, I would even give up but the fact that if you prefix an specific post url it works makes me think that there must be some way to download all at once

@mikf
Copy link
Owner

mikf commented Jun 11, 2024

gallery-dl "szurubooru:https://booru.gensin.city/posts/query= "

(the space at the end is necessary)

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

3 participants