Merge pull request #253 from nikhilbadyal/new-app/pixiv

 Added pixiv
This commit is contained in:
Nikhil Badyal
2023-08-07 05:27:53 -07:00
committed by GitHub
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/) 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.
+1
View File
@@ -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]
+1
View File
@@ -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()