-
Notifications
You must be signed in to change notification settings - Fork 302
Add support for vivo App Store #2269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Will this work for other countries' versions? For example I found https://appstore.vivo.com.br Also please use Third minor thing - |
Also I see you've added a custom user agent - just checking - the default agent doesn't work? |
Thanks for your feedback. I didn't even know vivo has its own app store outside China, because global versions have Google Play pre-installed. I checked the BR site but I can only see subscription services, and the apis and structure is different from the Chinese site, so the support will be Chinese site only. I will add CN to the name. I don't quite understand the use of As for And about the user agent, the default one works but I think it's better to use a browser user agent, to prevent basic bot detection. I will remove it for now, and add if required in the future. |
@iKirby if I understand correctly, using So the user would enter the Brazillian vivo store's URL into Obtainium, but then override the source to use your "vivo" app source. I found this explanation useful: @ImranR98 please correct me if I am wrong. |
Yes that's right |
But this is not possible. The code I added uses their api to get info, if Maybe I should use regex to match the host? |
Nah, you're right, it's unnecessary work. I will add a new |
Add vivo App Store with search support. This will be useful for Chinese users.
Currently their apis used on the web (h5) version don't require any authentication. Don't know if it will change in the future.