santosderek / Imgur-To-Folder

Download Imgur albums and images to desired folder
Other
80 stars 9 forks source link

feature_request(images): download solely new images #8

Open Kristinita opened 5 years ago

Kristinita commented 5 years ago

1. Summary

It would be nice to have an option — download solely images, that Imgur-To-Folder not download in previous times.

2. Argumentation

  1. Circumvention of Imgur limits
  2. Users don't need backup same images multiple times. Its extra work and a waste of time.

3. Example of expected behavior

  1. User run first time imgurtofolder --download-account-images --only-new.
  2. Imgur-To-Folder (ITF) create file itf.yaml with information about already downloaded images names.
  3. User run imgurtofolder --download-account-images --only-new second time.
  4. ITF compare images names from Imgur account and itf.yaml.
  5. ITF download images with names, which were absent in the file itf.yaml.
  6. After downloading all new images, ITF add to itf.yaml their names.

Thanks.