icloud-photos-downloader / icloud_photos_downloader

A command-line tool to download photos from iCloud
MIT License
6.92k stars 556 forks source link

fix problem : photos of Recently Deleted won't be expunged with --album "Recently Deleted" --delete-after-download #924

Closed xbd-gh closed 3 months ago

xbd-gh commented 3 months ago

when expunge photos of Recently Deleted , the post date should with "fields": {"isExpunged": {"value": 1}} not "fields": {"isDeleted": {"value": 1}}

AndreyNikiforov commented 3 months ago

See contributing guidelines for suggestions on running test/lint/etc locally or in CodeSpace.