diff --git a/README.md b/README.md index 2ba7a74..3eeace3 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,7 @@ You can use any of the following methods to build. 45. [musically](https://www.apkmirror.com/apk/tiktok-pte-ltd/tik-tok-including-musical-ly/) 46. [photomath](https://www.apkmonk.com/app/com.microblink.photomath/) 47. [joey](https://www.apkmonk.com/app/o.o.joey/) + 48. [vanced](https://www.apkmirror.com/apk/team-vanced/youtube-vanced/)
`**` - 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 c8717e9..5202cfd 100644 --- a/src/downloader/sources.py +++ b/src/downloader/sources.py @@ -58,6 +58,7 @@ apk_sources = { "youtube_music": f"{APK_MIRROR_BASE_APK_URL}/google-inc/youtube-music/", "yuka": f"{APK_MIRROR_BASE_APK_URL}/yuka-apps/yuka-food-cosmetic-scan/", "strava": f"{APK_MIRROR_BASE_APK_URL}/strava-inc/strava-running-and-cycling-gps/", + "vanced": f"{APK_MIRROR_BASE_APK_URL}/team-vanced/youtube-vanced/", "my-expenses": UPTODOWN_BASE_URL.format("my-expenses"), "spotify": UPTODOWN_BASE_URL.format("spotify"), "androidtwelvewidgets": APK_PURE_URL, diff --git a/src/patches.py b/src/patches.py index 82a30b4..dc6e3b5 100644 --- a/src/patches.py +++ b/src/patches.py @@ -63,6 +63,7 @@ class Patches(object): "com.strava": "strava", "com.microblink.photomath": "photomath", "o.o.joey": "joey", + "com.vanced.android.youtube": "vanced", } @staticmethod