From 716fa3c41827e8566b74afd28f2f2452807edf98 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal <59223300+nikhilbadyal@users.noreply.github.com> Date: Sat, 26 Aug 2023 15:20:14 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Added=20musically=20(#321)?= 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 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",