mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🎨 Added duolingo (#314)
This commit is contained in:
@@ -192,6 +192,7 @@ You can use any of the following methods to build.
|
||||
41. [strava](https://www.apkmirror.com/apk/strava-inc/strava-running-and-cycling-gps/)
|
||||
42. [solidexplorer](https://www.apkmirror.com/apk/neatbytes/solid-explorer-beta/)
|
||||
43. [lightroom](https://www.apkmirror.com/apk/adobe/lightroom/)
|
||||
44. [duolingo](https://www.apkmirror.com/apk/duolingo/duolingo-duolingo/)
|
||||
<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.
|
||||
```ini
|
||||
|
||||
@@ -12,6 +12,7 @@ apk_sources = {
|
||||
"bacon": f"{APK_MIRROR_BASE_APK_URL}/onelouder-apps/baconreader-for-reddit/",
|
||||
"boost": f"{APK_MIRROR_BASE_APK_URL}/ruben-mayayo/boost-for-reddit/",
|
||||
"candyvpn": f"{APK_MIRROR_BASE_APK_URL}/liondev-io/candylink-vpn/",
|
||||
"duolingo": f"{APK_MIRROR_BASE_APK_URL}/duolingo/duolingo-duolingo/",
|
||||
"grecorder": f"{APK_MIRROR_BASE_APK_URL}/google-inc/google-recorder/",
|
||||
"icon_pack_studio": f"{APK_MIRROR_BASE_APK_URL}/smart-launcher-team/icon-pack-studio/",
|
||||
"infinity": f"{APK_MIRROR_BASE_APK_URL}/docile-alligator/infinity-for-reddit/",
|
||||
|
||||
@@ -17,6 +17,7 @@ class Patches(object):
|
||||
|
||||
revanced_package_names: ClassVar[Dict[str, str]] = {
|
||||
"com.reddit.frontpage": "reddit",
|
||||
"com.duolingo": "duolingo",
|
||||
"com.ss.android.ugc.trill": "tiktok",
|
||||
"com.twitter.android": "twitter",
|
||||
"de.dwd.warnapp": "warnwetter",
|
||||
|
||||
Reference in New Issue
Block a user