thomas694 / bulk-downloader-for-reddit_with-saved-hashes

Downloads and archives content from reddit - extended version of the BDFR that can use saved hashes, unicode filenames on windows, ...
https://pypi.org/project/bdfr
GNU General Public License v3.0
9 stars 1 forks source link

Set location for stored hashes #1

Open thomas694 opened 6 months ago

thomas694 commented 6 months ago

I download a subreddit and my script makes a new folder daily with the date. So all my hashes are always in that folder. I would like to specify a folder so I can keep one mega hash file to compare against for every new day.

Currently I have to use a dupe finder later to delete any duped content.

I'm using this fork currently bulk-downloader-for-reddit_with-saved-hashes)

Originally posted by @madhatr in https://github.com/aliparlakci/bulk-downloader-for-reddit/discussions/944

thomas694 commented 6 months ago

@madhatr Couldn't your script rename the current folder (of the subreddit) after downloading or the existing folder from the previous day before starting BDFR? That way the root folder with the hashes would stay untouched.