diff --git a/README.md b/README.md index 710d47c..bc8fe2f 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,7 @@ You can use any of the following methods to build. 41. [strava](https://www.apkmirror.com/apk/strava-inc/strava-running-and-cycling-gps/) 42. [solidexplorer](https://www.apkmirror.com/apk/neatbytes/solid-explorer-beta/) 43. [lightroom](https://www.apkmirror.com/apk/adobe/lightroom/) + 44. [duolingo](https://www.apkmirror.com/apk/duolingo/duolingo-duolingo/)
`**` - 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 aaec9f2..b03afdb 100644 --- a/src/downloader/sources.py +++ b/src/downloader/sources.py @@ -12,6 +12,7 @@ apk_sources = { "bacon": f"{APK_MIRROR_BASE_APK_URL}/onelouder-apps/baconreader-for-reddit/", "boost": f"{APK_MIRROR_BASE_APK_URL}/ruben-mayayo/boost-for-reddit/", "candyvpn": f"{APK_MIRROR_BASE_APK_URL}/liondev-io/candylink-vpn/", + "duolingo": f"{APK_MIRROR_BASE_APK_URL}/duolingo/duolingo-duolingo/", "grecorder": f"{APK_MIRROR_BASE_APK_URL}/google-inc/google-recorder/", "icon_pack_studio": f"{APK_MIRROR_BASE_APK_URL}/smart-launcher-team/icon-pack-studio/", "infinity": f"{APK_MIRROR_BASE_APK_URL}/docile-alligator/infinity-for-reddit/", diff --git a/src/patches.py b/src/patches.py index 12f1c08..80c4e9b 100644 --- a/src/patches.py +++ b/src/patches.py @@ -17,6 +17,7 @@ class Patches(object): revanced_package_names: ClassVar[Dict[str, str]] = { "com.reddit.frontpage": "reddit", + "com.duolingo": "duolingo", "com.ss.android.ugc.trill": "tiktok", "com.twitter.android": "twitter", "de.dwd.warnapp": "warnwetter",