vikas5914 / google-photos-backup

Backup photos from Google Photos using Playwright.
MIT License
204 stars 20 forks source link

Switch from chromium to chrome in Readme and index.js. #8

Closed andrewleech closed 7 months ago

andrewleech commented 8 months ago

Both the readme instructions and index.js specify / use chromium, so update setup.js to match.

When I first used this I let setup.js use chrome, then when index.js tried to handle downloads with chromium the login failed (as the session folder didn't match).

Thanks for a great project!

vikas5914 commented 8 months ago

@andrewleech, we need to reverse. Both need to use "chrome" because there are some issues with chromium in other OS. It's not able to download at the same time and fails to login. Please update the PR to chrome, and I will merge it.

andrewleech commented 8 months ago

Thanks for that clarification @vikas5914 , I've flipped the commit now.