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
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,14 @@ This is a Google Photos downloader for use with rclone.
4
4
5
5
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))
6
6
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.
10
8
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.
11
10
## Usage
12
11
13
12
First [install rclone](https://rclone.org/install/) and set it up with [google photos](https://rclone.org/googlephotos/).
14
13
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.
16
15
17
16
Next download the latest gphotosdl binary from the [releases page](https://github.com/rclone/gphotosdl/releases/latest).
18
17
@@ -44,7 +43,7 @@ Then there is another `gphotosdl` running or there is an orphan browser process
44
43
45
44
- Currently only fetches one image at once. Conceivably could make multiple tabs in the browser to fetch more than one at once.
46
45
- 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.
0 commit comments