mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🎨 Added vanced (#330)
This commit is contained in:
@@ -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/)
|
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/)
|
46. [photomath](https://www.apkmonk.com/app/com.microblink.photomath/)
|
||||||
47. [joey](https://www.apkmonk.com/app/o.o.joey/)
|
47. [joey](https://www.apkmonk.com/app/o.o.joey/)
|
||||||
|
48. [vanced](https://www.apkmirror.com/apk/team-vanced/youtube-vanced/)
|
||||||
<br>`**` - You can also patch any other app which is **not** supported officially.To do so, you need to provide
|
<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.
|
few more inputs to the tool which are mentioned below.
|
||||||
```ini
|
```ini
|
||||||
|
|||||||
@@ -58,6 +58,7 @@ apk_sources = {
|
|||||||
"youtube_music": f"{APK_MIRROR_BASE_APK_URL}/google-inc/youtube-music/",
|
"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/",
|
"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/",
|
"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"),
|
"my-expenses": UPTODOWN_BASE_URL.format("my-expenses"),
|
||||||
"spotify": UPTODOWN_BASE_URL.format("spotify"),
|
"spotify": UPTODOWN_BASE_URL.format("spotify"),
|
||||||
"androidtwelvewidgets": APK_PURE_URL,
|
"androidtwelvewidgets": APK_PURE_URL,
|
||||||
|
|||||||
@@ -63,6 +63,7 @@ class Patches(object):
|
|||||||
"com.strava": "strava",
|
"com.strava": "strava",
|
||||||
"com.microblink.photomath": "photomath",
|
"com.microblink.photomath": "photomath",
|
||||||
"o.o.joey": "joey",
|
"o.o.joey": "joey",
|
||||||
|
"com.vanced.android.youtube": "vanced",
|
||||||
}
|
}
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user