Bionus / imgbrd-grabber

Very customizable imageboard/booru downloader with powerful filenaming features.
https://www.bionus.org/imgbrd-grabber/
Apache License 2.0
2.55k stars 216 forks source link

tokens don't work #1168

Closed xEyad closed 6 years ago

xEyad commented 6 years ago

What steps will reproduce the problem?

login into anime-pictures.net put credentials and login info inside grabber save files with filename %all%.%ext% OR %filename%.%ext%

What is the expected behavior? What do you get instead?

in case of %filename%.%ext% i expected to get the file saved with it's filename + tags . jpg (for example) as this is the normal results i get when saving from yande.re or konachan example from working sites :

yande.re 348449 areola cleavage kawakami_mai musaigen_no_phantom_world naked nisen signed towel.jpg

instead i get something like this

540266.jpg

in the case of %all%.%ext% i expected to get: tags . jpg , but instead i got that (blank).jpg or (blank).png

.jpg

How often does this problem occur? On which sources?

animepictures.net 100% occurance

What version of the program are you using? On what operating system?

v5.5.2 on win10

Please provide any additional information below

xEyad commented 6 years ago

it appears that i should add JSON REGEX and XML in the sources "sources" tab to make it work.