🎨 Added soundcloud

This commit is contained in:
Nikhil Badyal
2024-11-13 11:44:21 +05:30
parent f986865969
commit a532aaaa6f
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -220,6 +220,7 @@ You can use any of the following methods to build.
- [bandcamp](https://www.apkmirror.com/apk/bandcamp-inc/bandcamp/)
- [magazines](https://www.apkmirror.com/apk/bandcamp-inc/bandcamp/)
- [winrar](https://www.apkmirror.com/apk/rarlab-published-by-win-rar-gmbh/rar/)
- [soundcloud](https://www.apkmirror.com/apk/soundcloud/soundcloud-soundcloud/)
<br>`**` - 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. These config will override the sources config from the tool.
+1
View File
@@ -87,4 +87,5 @@ apk_sources = {
"bandcamp": f"{APK_MIRROR_BASE_APK_URL}/bandcamp-inc/bandcamp/",
"magazines": f"{APK_MIRROR_BASE_APK_URL}/google-inc/google-news/",
"winrar": f"{APK_MIRROR_BASE_APK_URL}/rarlab-published-by-win-rar-gmbh/rar/",
"soundcloud": f"{APK_MIRROR_BASE_APK_URL}/soundcloud/soundcloud-soundcloud/",
}
+1
View File
@@ -79,6 +79,7 @@ class Patches(object):
"com.bandcamp.android": "bandcamp",
"com.google.android.apps.magazines": "magazines",
"com.rarlab.rar": "winrar",
"com.soundcloud.android": "soundcloud",
}
@staticmethod