mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🎨 Added reddit-news (#334)
This commit is contained in:
@@ -200,6 +200,7 @@ You can use any of the following methods to build.
|
|||||||
49. [spotify-lite](https://www.apkmonk.com/app/com.spotify.lite/)
|
49. [spotify-lite](https://www.apkmonk.com/app/com.spotify.lite/)
|
||||||
50. [digitales](https://www.apkmonk.com/app/at.gv.oe.app/)
|
50. [digitales](https://www.apkmonk.com/app/at.gv.oe.app/)
|
||||||
51. [scbeasy](https://www.apkmonk.com/app/com.scb.phone/)
|
51. [scbeasy](https://www.apkmonk.com/app/com.scb.phone/)
|
||||||
|
51. [reddit-news](https://m.apkpure.com/relay-for-reddit/reddit.news)
|
||||||
<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
|
||||||
|
|||||||
@@ -62,6 +62,7 @@ apk_sources = {
|
|||||||
"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,
|
||||||
|
"reddit-news": APK_PURE_URL,
|
||||||
"expensemanager": APK_SOS_URL,
|
"expensemanager": APK_SOS_URL,
|
||||||
"hex-editor": APK_PURE_URL,
|
"hex-editor": APK_PURE_URL,
|
||||||
"photomath": APK_MONK_APK_URL,
|
"photomath": APK_MONK_APK_URL,
|
||||||
|
|||||||
@@ -67,6 +67,7 @@ class Patches(object):
|
|||||||
"com.spotify.lite": "spotify-lite",
|
"com.spotify.lite": "spotify-lite",
|
||||||
"at.gv.oe.app": "digitales",
|
"at.gv.oe.app": "digitales",
|
||||||
"at.gv.bmf.bmf2go": "scbeasy",
|
"at.gv.bmf.bmf2go": "scbeasy",
|
||||||
|
"reddit.news": "reddit-news",
|
||||||
}
|
}
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user