diff --git a/README.md b/README.md index bc8fe2f..2a077e1 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ You can use any of the following methods to build. 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/) + 45. [musically](https://www.apkmirror.com/apk/tiktok-pte-ltd/tik-tok-including-musical-ly/)
`**` - 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 ae8c2f7..c2500d7 100644 --- a/src/downloader/sources.py +++ b/src/downloader/sources.py @@ -44,6 +44,7 @@ apk_sources = { "tasker": f"{APK_MIRROR_BASE_APK_URL}/joaomgcd/tasker-crafty-apps-eu/", "ticktick": f"{APK_MIRROR_BASE_APK_URL}/appest-inc/ticktick-to-do-list-with-reminder-day-planner/", "tiktok": f"{APK_MIRROR_BASE_APK_URL}/tiktok-pte-ltd/tik-tok-including-musical-ly/", + "musically": f"{APK_MIRROR_BASE_APK_URL}/tiktok-pte-ltd/tik-tok-including-musical-ly/", "trakt": f"{APK_MIRROR_BASE_APK_URL}/trakt/trakt/", "twitch": f"{APK_MIRROR_BASE_APK_URL}/twitch-interactive-inc/twitch/", "twitter": f"{APK_MIRROR_BASE_APK_URL}/x-corp/twitter/", diff --git a/src/patches.py b/src/patches.py index 80c4e9b..9ecc054 100644 --- a/src/patches.py +++ b/src/patches.py @@ -19,6 +19,7 @@ class Patches(object): "com.reddit.frontpage": "reddit", "com.duolingo": "duolingo", "com.ss.android.ugc.trill": "tiktok", + "com.zhiliaoapp.musically": "musically", "com.twitter.android": "twitter", "de.dwd.warnapp": "warnwetter", "com.spotify.music": "spotify",