Seklfreak / discord-image-downloader-go

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

Improvement - Download all since last download #155

Open Tyranical opened 4 years ago

Tyranical commented 4 years ago

Download the entire history is great and all but doing so is time consuming for some channels with a stupid ammount of images or many channels in sequence. I suggest the program record the time that the last downloaded image was posted and upon the next instance of the downloader being ran it checks the recorded timestamp and acts like history but from that point onward.

TL;DR: Save timestamp when downloading stuff, if it breaks or something then it can continue rather than attempting to download everything again being required.