Open Ouxhi opened 4 months ago
I'll take a look at the gallery issue.
Not entirely surprised the filename broke, that's one of the more brittle things to scrape, especially on dA. I might just alias it to the image title instead of trying to divine the uploaded name.
I randomly checked a DeviantArt gallery page today and noticed the Raccoony menu icon is showing up again now. I don't know what changed for it to be working again though. For the file name issue, I've been using this instead: {submissionId}_{title}by{author}.{extension} . Should this issue be closed or stay open in case the menu icon is only temporarily working?
It's been long enough since I last looked at dA support in any depth that it's probably worth keeping open so that I can validate that there isn't something subtly broken still.
The menu icon for Raccoony doesn't show up on the artist's gallery page on Firefox, so we can't use the hotkey to open the image pages automatically with a hotkey.
Also, when downloading an image, the file names for downloaded images aren't working properly. submissionId and author works, but for filename it puts a bunch of random numbers/letters instead of the image title. Below is the download file name scheme I am using: {submissionId}_{filename}by{author}.{extension}