When I GET "https://danbooru.donmai.us/posts/6205254.json" it gives me this file_url:
https://cdn.donmai.us/original/c1/5e/c15e273bb39562ca46528361d3854dc8.jpg
However, that only contains the hash. If I go to the actual post (https://danbooru.donmai.us/posts/6205254) then it has this URL:
This URL contains the characters, artist, and the hash. How do I get that "prettier" filename from the API?
If I just concatenate the tag_string_character and tag_string_artist, that doesn't work because Danbooru is doing some fancy stuff to convert the character and artist into a filename.