Skip to content

Commit

Permalink
Added google photos (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
sawankumarbundelkhandi authored Aug 15, 2024
1 parent b8eb92a commit aba20dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ You can use any of the following methods to build.

- [youtube](https://www.apkmirror.com/apk/google-inc/youtube/)
- [youtube_music](https://www.apkmirror.com/apk/google-inc/youtube-music/)
- [photos](https://www.apkmirror.com/apk/google-inc/photos)
- [twitter](https://www.apkmirror.com/apk/twitter-inc/twitter/)
- [reddit](https://www.apkmirror.com/apk/redditinc/reddit/)
- [tiktok](https://www.apkmirror.com/apk/tiktok-pte-ltd/tik-tok-including-musical-ly/)
Expand Down
1 change: 1 addition & 0 deletions src/downloader/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,5 @@
"spotify-lite": APK_PURE_URL,
"digitales": APK_PURE_URL,
"finanz-online": APK_SOS_URL,
"photos": f"{APK_MIRROR_BASE_APK_URL}/google-inc/photos/",
}
1 change: 1 addition & 0 deletions src/patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ class Patches(object):
"com.facebook.katana": "facebook",
"io.syncapps.lemmy_sync": "lemmy-sync",
"com.xiaomi.wearable": "xiaomi-wearable",
"com.google.android.apps.photos": "photos",
}

@staticmethod
Expand Down

0 comments on commit aba20dc

Please sign in to comment.