I use instago to fetch instagram accounts. After viewing the images, I remove them from disk. Instago then re-download them, I don't want that. Therefore I can use a feature to keep a (local) file which contains the information from the files (per feed) which are already downloaded.
Implementation
Add (optional) flag which points to local storage
If flag is filled, then use that file as db to prevent re-downloading files
I use instago to fetch instagram accounts. After viewing the images, I remove them from disk. Instago then re-download them, I don't want that. Therefore I can use a feature to keep a (local) file which contains the information from the files (per feed) which are already downloaded.
Implementation