You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add local-first resume checking for faster download resumption
Add fast local-first checking to skip already-downloaded photos without
making any API calls:
- Add _check_file_exists_by_id() to check for existing files by photo ID
- Supports id, id_and_title, and title_and_id naming patterns
- Check runs before any API calls are made
This significantly speeds up resuming large downloads (17k+ photos) where
most files already exist locally.
Closes#63
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments