hcarriz / instago

Scrape a Instagram user with Go.
MIT License
4 stars 0 forks source link

Use local cache of downloaded files, don't download twice #3

Open rogierlommers opened 7 years ago

rogierlommers commented 7 years ago

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

rogierlommers commented 7 years ago

I'll send a PR soon.