Bionus / imgbrd-grabber

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

tags downloaded by seperate log files do not contain certain characters #3326

Closed Hugs288 closed 2 days ago

Hugs288 commented 1 week ago

my tag file context: %artist%, %character%, %copyright%, %general:separator=^, %

it works fine except colons are replaced by space for some reason

example: silver wolf (honkai star rail) instead of silver wolf (honkai: star rail), etc etc

edit: also question mark

Bionus commented 2 days ago

Hello 👋

By default, variables are escaped to fit into a filename. On Windows, that means removing some characters such as :, /, or ?. You can use the :unsafe option on variables to avoid that.

Hugs288 commented 2 days ago

oh, i missed that. i think adding a little note to the seperate log files page about this would be good.