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

[Inkbunny] Search Results Extractor not working/ignores specified artist #2292

Closed
VHAB5 opened this issue Feb 12, 2022 · 2 comments
Closed
Labels

Comments

@VHAB5
Copy link

VHAB5 commented Feb 12, 2022

In my search results I have the name of a character from a specific artist on Inkbunny and it gives me the correct results on the website that I'd expect. When I put it into my batch file it starts downloading from what seems to be a search results page without the artist specified. (I tried making another search without the artist I wanted and it gave me results that lined up with the downloaded images)

I'm unsure how to fix this on my end and I couldn't find this brought up anywhere else here, so I'm asking for assistance :P.

If there's a workaround/band aid for this issue then I'll gladly take that for the time being.

@mikf
Copy link
Owner

mikf commented Feb 12, 2022

workaround

Rename the artist query parameter in search URLs to username

https://inkbunny.net/submissionsviewall.php?rid=–&artist=USERNAME&…
->
https://inkbunny.net/submissionsviewall.php?rid=–&username=USERNAME&…

@VHAB5
Copy link
Author

VHAB5 commented Feb 12, 2022

workaround

Rename the artist query parameter in search URLs to username

https://inkbunny.net/submissionsviewall.php?rid=–&artist=USERNAME&…
->
https://inkbunny.net/submissionsviewall.php?rid=–&username=USERNAME&…

Thank you! This at least lets me use the feature, I do hope that this gets fixed soon though :D

@VHAB5 VHAB5 closed this as completed Feb 12, 2022
@mikf mikf added the bug label Feb 13, 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