diff --git a/README.md b/README.md index 3c3f13232f..059e6f41d5 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/src/downloader/sources.py b/src/downloader/sources.py index d4535b15a4..09380e1b48 100644 --- a/src/downloader/sources.py +++ b/src/downloader/sources.py @@ -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/", } diff --git a/src/patches.py b/src/patches.py index cd60305418..ffe27a403b 100644 --- a/src/patches.py +++ b/src/patches.py @@ -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