mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 11:58:37 +09:00
@@ -198,6 +198,7 @@ You can use any of the following methods to build.
|
|||||||
37. [slide](https://www.apkmirror.com/apk/haptic-apps/slide-for-reddit/)
|
37. [slide](https://www.apkmirror.com/apk/haptic-apps/slide-for-reddit/)
|
||||||
38. [bacon](https://www.apkmirror.com/apk/onelouder-apps/baconreader-for-reddit/)
|
38. [bacon](https://www.apkmirror.com/apk/onelouder-apps/baconreader-for-reddit/)
|
||||||
39. [microg](https://github.com/inotia00/mMicroG/releases)
|
39. [microg](https://github.com/inotia00/mMicroG/releases)
|
||||||
|
40. [pixiv](https://www.apkmirror.com/apk/pixiv-inc/pixiv/)
|
||||||
|
|
||||||
<br>Please verify the source of original APKs yourself with links provided. I'm not responsible for any damage
|
<br>Please verify the source of original APKs yourself with links provided. I'm not responsible for any damage
|
||||||
caused.If you know any better/safe source to download clean. Open a discussion.
|
caused.If you know any better/safe source to download clean. Open a discussion.
|
||||||
|
|||||||
@@ -68,6 +68,7 @@ class RevancedConfig(object):
|
|||||||
"infinity": f"{self.apk_mirror}/apk/docile-alligator/infinity-for-reddit/",
|
"infinity": f"{self.apk_mirror}/apk/docile-alligator/infinity-for-reddit/",
|
||||||
"slide": f"{self.apk_mirror}/apk/haptic-apps/slide-for-reddit/",
|
"slide": f"{self.apk_mirror}/apk/haptic-apps/slide-for-reddit/",
|
||||||
"bacon": f"{self.apk_mirror}/apk/onelouder-apps/baconreader-for-reddit/",
|
"bacon": f"{self.apk_mirror}/apk/onelouder-apps/baconreader-for-reddit/",
|
||||||
|
"pixiv": f"{self.apk_mirror}/apk/pixiv-inc/pixiv/",
|
||||||
}
|
}
|
||||||
self.apk_mirror_version_urls = {
|
self.apk_mirror_version_urls = {
|
||||||
key: value + value.split("/")[-2]
|
key: value + value.split("/")[-2]
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ class Patches(object):
|
|||||||
"com.google.android.youtube": "youtube",
|
"com.google.android.youtube": "youtube",
|
||||||
"com.google.android.apps.youtube.music": "youtube_music",
|
"com.google.android.apps.youtube.music": "youtube_music",
|
||||||
"com.mgoogle.android.gms": "microg",
|
"com.mgoogle.android.gms": "microg",
|
||||||
|
"jp.pxv.android": "pixiv",
|
||||||
}
|
}
|
||||||
revanced_app_ids = {
|
revanced_app_ids = {
|
||||||
key: (value, "_" + value) for key, value in _revanced_app_ids.items()
|
key: (value, "_" + value) for key, value in _revanced_app_ids.items()
|
||||||
|
|||||||
Reference in New Issue
Block a user