Skip to content

Commit 605631a

Browse files
Former-commit-id: 7de8c17
2 parents a5379c2 + e775070 commit 605631a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Google Photos Archiver
2-
> Updated Instructions 7/23/2021
3-
> Version 2.0.0
2+
> Updated Instructions 8/9/2021
3+
> Version 2.0.2
44
55
# Instructions:
66
1. Download the script (exe or python script listed below)
@@ -11,10 +11,10 @@ If you need assistance or want to report an issue fill out an [Issue Report](htt
1111

1212
# Downloads
1313
## Windows 10 (64-bit) Executable
14-
If you are unfamiliar with python or computers in general I recommend you download the [Win10 64bit Executable](https://github.com/NicholasDawson/ArchiverForGooglePhotos/releases/download/v2.0.0/gparch_cli.v2.0.0.exe.win-amd64.3.9.zip) as it will not require any special installation.
14+
If you are unfamiliar with python or computers in general I recommend you download the [Win10 64bit Executable](https://github.com/NicholasDawson/ArchiverForGooglePhotos/releases/download/v2.0.2/gparch_cli.v2.0.2.exe.win-amd643.9.zip) as it will not require any special installation.
1515

1616
## Python Script
17-
If you are familiar with python, just download the [source code](https://github.com/NicholasDawson/ArchiverForGooglePhotos/releases/tag/v2.0.0)
17+
If you are familiar with python, just download the [source code](https://github.com/NicholasDawson/ArchiverForGooglePhotos/releases/tag/v2.0.2)
1818

1919
Install [pipenv](https://pipenv-fork.readthedocs.io/en/latest/install.html)
2020
`pip install pipenv`
@@ -43,6 +43,7 @@ optional arguments:
4343
path to Google Cloud OAuth2 Credentials (default: {CURRENT_DIR}/credentials.json)
4444
-t THREADS, --threads THREADS
4545
amount of threads to use when downloading media items (default: 8)
46+
-d, --debug enables debugging mode
4647
-a, --albums download all albums YOU have created
4748
-s, --shared download all shared albums (with you/from you)
4849
-f, --favorites download all media from your library that is marked as favorite

0 commit comments

Comments
 (0)