🎨 Added Sony Headphone

This commit is contained in:
Nikhil Badyal
2023-07-01 18:27:37 +05:30
parent 304b3190a3
commit 8166cca1c1
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -74,6 +74,7 @@ class RevancedConfig(object):
"grecorder": f"{self.apk_mirror}/apk/google-inc/google-recorder/",
"trakt": f"{self.apk_mirror}/apk/trakt/trakt/",
"candyvpn": f"{self.apk_mirror}/apk/liondev-io/candylink-vpn/",
"sonyheadphone": f"{self.apk_mirror}/apk/sony-corporation/sony-headphones-connect/",
}
self.apk_mirror_version_urls = {
key: value + value.split("/")[-2]