From 9d3420b3ffb90868117d8638029389c998517f95 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Mon, 7 Aug 2023 17:52:21 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Added=20pixiv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + src/config.py | 1 + src/patches.py | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 7d135f1..8f7e896 100644 --- a/README.md +++ b/README.md @@ -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/)
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. diff --git a/src/config.py b/src/config.py index c3baf9a..99aca6f 100644 --- a/src/config.py +++ b/src/config.py @@ -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] diff --git a/src/patches.py b/src/patches.py index 35217bb..8cd42ce 100644 --- a/src/patches.py +++ b/src/patches.py @@ -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()