CasperVerswijvelt / google-photos-backup

Backup photos from Google Photos using Playwright.
MIT License
3 stars 1 forks source link

Deleted items not handled #1

Open CasperVerswijvelt opened 8 months ago

CasperVerswijvelt commented 8 months ago

If the last downloaded item is deleted, the script is not able to go to the next picture, blocking script execution

We should detect this somehow (no 'next' button in html?)

CasperVerswijvelt commented 8 months ago

This is now detected in version 2.0.0 and there is some clearer error logging, but still not sure how to actually handle this