Skip to content

Commit d026aba

Browse files
kovaacsncw
authored andcommitted
docs: fix grammar
1 parent cc2c637 commit d026aba

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ This is a Google Photos downloader for use with rclone.
44

55
The Google Photos API delivers images and video which aren't full resolution, and/or have EXIF data missing (see [#112096115](https://issuetracker.google.com/issues/112096115) and [#113672044](https://issuetracker.google.com/issues/113672044))
66

7-
However if you use this proxy then you can download original, unchanged images as uploaded by you.
8-
9-
This runs a headless browser in the background with an HTTP server which [rclone](https://rclone.org) which uses the Google Photos website to fetch the original resolution images.
7+
However, if you use this proxy then you can download original, unchanged images as uploaded by you.
108

9+
This runs a headless browser in the background along with an HTTP server, which [rclone](https://rclone.org) uses to access the Google Photos website and fetch the original-resolution images.
1110
## Usage
1211

1312
First [install rclone](https://rclone.org/install/) and set it up with [google photos](https://rclone.org/googlephotos/).
1413

15-
You will need rclone version v1.69 or later. If v1.69 hasn't been release yet then please use [the latest beta](https://beta.rclone.org/).
14+
You will need rclone version v1.69 or later.
1615

1716
Next download the latest gphotosdl binary from the [releases page](https://github.com/rclone/gphotosdl/releases/latest).
1817

@@ -44,7 +43,7 @@ Then there is another `gphotosdl` running or there is an orphan browser process
4443

4544
- Currently only fetches one image at once. Conceivably could make multiple tabs in the browser to fetch more than one at once.
4645
- More error checking needed - if it goes wrong then it will hang forever most likely
47-
- Currently the browser only has one profile so this can only be used with one google photos user. This is easy to fix.
46+
- Currently, the browser only has one profile so this can only be used with one google photos user. This is easy to fix.
4847

4948
## License
5049

0 commit comments

Comments
 (0)