MalloyDelacroix / DownloaderForReddit

The Downloader for Reddit is a GUI application with some advanced features to extract and download submitted content from reddit.
GNU General Public License v3.0
498 stars 47 forks source link

Kept redownloading images after new update #306

Open fierceFerdy opened 1 year ago

fierceFerdy commented 1 year ago

Hey!

After the new update I noticed it kept redownloading images even though the users had been long since removed. I even tried re-adding them and disabling their download and much more.

I found out by investigating the database that it kept redownloading images with "download_title" NULL in the content table. I fixed it myself by just deleting these records.

Hope this helps out.