Seklfreak / discord-image-downloader-go

A simple tool which downloads pictures posted in discord channels of your choice to a local folder.
MIT License
350 stars 90 forks source link

Feature Request: Add ability to skip already downloaded images #93

Open Corbachu opened 6 years ago

Corbachu commented 6 years ago

Love this tool, but I've noticed it will download previously grabbed images (and rename them) -- that is fine and all, but an option should really be given to skip downloads of files with the same MD5 hash rather than re-download and append -x to the end of the filename.

If this is something that you can add in quickly, I would appreciate it and would be more than willing to help test it out! I would write it myself but, I'm only a C/C++ coder. The syntax and language seems stylistically similar, so I'm sure with a bit of research I could probably hack it in, but I don't have the time at the moment. :/

Ridolf commented 5 years ago

Did you write it yourself?

Corbachu commented 5 years ago

I have been balancing between learning the code and writing it. Such a thing I can do in C++ pretty quickly so i just need to port the code. Like I said, more of a timing thing, but if you are interested I can keep you up to date