mtalcott / google-photos-deduper

Locally run web app and Chrome extension to remove duplicates from Google Photos
MIT License
178 stars 15 forks source link

Handle new `photos.fife.usercontent.google.com` url for user content #49

Closed mtalcott closed 4 months ago

mtalcott commented 4 months ago

It seems Google has changed their internal URLs hosting images from lh3.googleusercontent.com to photos.fife.usercontent.google.com. This broke the matcher within the Chrome extension that looks for the photo image on the page before it proceeds to delete.

Update matcher to handle both the old domains (e.g. lh3.googleusercontent.com) as well as the new ones (photos.fife.usercontent.google.com).