josephrcox / easy-reddit-downloader

Simple headless Reddit post downloader
MIT License
70 stars 9 forks source link

Media gets redownloaded despite "redownload"=false #103

Closed jwaciewski closed 2 months ago

jwaciewski commented 2 months ago

This is probably due to the fact that filenames contain the amount of upvotes. When the program checks if it should redownload, it checks if the file already exists. But because upvotes are highly fluctuating the post gets redownloaded again with a new filename.

For now I just removed the score from the filenames.

Really great program by the way. Edit: could have just disabled it in the config... obviously....