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
@@ -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()