Added pixiv

This commit is contained in:
Nikhil Badyal
2023-08-07 17:52:21 +05:30
parent a32e572062
commit 9d3420b3ff
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -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/)
38. [bacon](https://www.apkmirror.com/apk/onelouder-apps/baconreader-for-reddit/)
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
caused.If you know any better/safe source to download clean. Open a discussion.
+1
View File
@@ -68,6 +68,7 @@ class RevancedConfig(object):
"infinity": f"{self.apk_mirror}/apk/docile-alligator/infinity-for-reddit/",
"slide": f"{self.apk_mirror}/apk/haptic-apps/slide-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 = {
key: value + value.split("/")[-2]
+1
View File
@@ -53,6 +53,7 @@ class Patches(object):
"com.google.android.youtube": "youtube",
"com.google.android.apps.youtube.music": "youtube_music",
"com.mgoogle.android.gms": "microg",
"jp.pxv.android": "pixiv",
}
revanced_app_ids = {
key: (value, "_" + value) for key, value in _revanced_app_ids.items()