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

Tags query encoding is wrong #93

Closed
respektive opened this issue Jul 29, 2022 · 1 comment
Closed

Tags query encoding is wrong #93

respektive opened this issue Jul 29, 2022 · 1 comment
Assignees
Labels

Comments

@respektive
Copy link
Contributor

The newest version changes the way tags are encoded. It used to encode the individual tags and concatenate them with + symbols. Now it's encoding the entire string of tags including the + symbols.
E.g. it used to be like this:
https://gelbooru.com/index.php?page=dapi&s=post&q=index&json=1&tags=izumi_konata+-rating%3Aexplicit+-rating%3Aquestionable
and it now turned into:
https://gelbooru.com/index.php?page=dapi&s=post&q=index&json=1&tags=izumi_konata%2B-rating%253Aexplicit%2B-rating%253Aquestionable
This breaks at least the gelbooru api, didn't test for other sites.

@AtoraSuunva
Copy link
Owner

Yup, broke that in 2.6.0, fixed in 2.6.1

@AtoraSuunva AtoraSuunva self-assigned this Jul 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants