From 0aee042ff225b415ab6045ec48238fb3d1efaa96 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal <59223300+nikhilbadyal@users.noreply.github.com> Date: Sat, 26 Aug 2023 11:30:23 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Added=20lightroom=20(#317)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + src/downloader/sources.py | 1 + src/patches.py | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index f50721f..3b0820d 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ You can use any of the following methods to build. 38. [bacon](https://www.apkmirror.com/apk/onelouder-apps/baconreader-for-reddit/) 39. [microg](https://github.com/inotia00/mMicroG/releases) 40. [pixiv](https://www.apkmirror.com/apk/pixiv-inc/pixiv/) + 41. [lightroom](https://www.apkmirror.com/apk/adobe/lightroom/)
`**` - You can also patch any other app which is **not** supported officially.To do so, you need to provide few more inputs to the tool which are mentioned below. ```ini diff --git a/src/downloader/sources.py b/src/downloader/sources.py index 4a40f5e..d39e9ed 100644 --- a/src/downloader/sources.py +++ b/src/downloader/sources.py @@ -18,6 +18,7 @@ apk_sources = { "inshorts": f"{APK_MIRROR_BASE_APK_URL}/inshorts-formerly-news-in-shorts/inshorts-news-in-60-words-2/", "instagram": f"{APK_MIRROR_BASE_APK_URL}/instagram/instagram-instagram/", "irplus": f"{APK_MIRROR_BASE_APK_URL}/binarymode/irplus-infrared-remote/", + "lightroom": f"{APK_MIRROR_BASE_APK_URL}/adobe/lightroom/", "meme-generator-free": f"{APK_MIRROR_BASE_APK_URL}/zombodroid/meme-generator-free/", "messenger": f"{APK_MIRROR_BASE_APK_URL}/facebook-2/messenger/", "netguard": f"{APK_MIRROR_BASE_APK_URL}/marcel-bokhorst/netguard-no-root-firewall/", diff --git a/src/patches.py b/src/patches.py index 2645b99..60d6b23 100644 --- a/src/patches.py +++ b/src/patches.py @@ -38,6 +38,7 @@ class Patches(object): "eu.faircode.netguard": "netguard", "com.instagram.android": "instagram", "com.nis.app": "inshorts", + "com.adobe.lrmobile": "lightroom", "com.facebook.orca": "messenger", "com.google.android.apps.recorder": "grecorder", "tv.trakt.trakt": "trakt",