mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🎨 Added tumblr
This commit is contained in:
committed by
Nikhil Badyal
parent
45b24bc4d6
commit
9154ab830f
@@ -206,6 +206,7 @@ You can use any of the following methods to build.
|
|||||||
- [scbeasy](https://www.apkmonk.com/app/com.scb.phone/)
|
- [scbeasy](https://www.apkmonk.com/app/com.scb.phone/)
|
||||||
- [reddit-news](https://m.apkpure.com/relay-for-reddit/reddit.news)
|
- [reddit-news](https://m.apkpure.com/relay-for-reddit/reddit.news)
|
||||||
- [finanz-online](https://apksos.com/app/at.gv.bmf.bmf2go)
|
- [finanz-online](https://apksos.com/app/at.gv.bmf.bmf2go)
|
||||||
|
- [tumblr](https://www.apkmirror.com/apk/tumblr-inc/tumblr/)
|
||||||
|
|
||||||
<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. These config will override the sources config from the tool.
|
few more inputs to the tool which are mentioned below. These config will override the sources config from the tool.
|
||||||
|
|||||||
@@ -65,6 +65,7 @@ apk_sources = {
|
|||||||
"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/",
|
"vanced": f"{APK_MIRROR_BASE_APK_URL}/team-vanced/youtube-vanced/",
|
||||||
|
"tumblr": f"{APK_MIRROR_BASE_APK_URL}/tumblr-inc/tumblr/",
|
||||||
"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,
|
||||||
|
|||||||
@@ -69,6 +69,7 @@ class Patches(object):
|
|||||||
"com.scb.phone": "scbeasy",
|
"com.scb.phone": "scbeasy",
|
||||||
"reddit.news": "reddit-news",
|
"reddit.news": "reddit-news",
|
||||||
"at.gv.bmf.bmf2go": "finanz-online",
|
"at.gv.bmf.bmf2go": "finanz-online",
|
||||||
|
"com.tumblr": "tumblr",
|
||||||
}
|
}
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user