Describe the feature
Trying to add GliNet App from official website.
Found endpoint with latest APK url. But it is not HTML it is JSON response.
https://edge-api.gl-inet.com/api/apps/latest/gl-inet-app-google
Used HTML source and https\:\/\/.*\.apk as RegEx. Error - "Can not find suitable release".
Describe alternatives you've considered (if applicable)
Apply RegEx to JSON same as with HTML source.
Describe the feature
Trying to add GliNet App from official website.
Found endpoint with latest APK url. But it is not HTML it is JSON response.
https://edge-api.gl-inet.com/api/apps/latest/gl-inet-app-google
Used HTML source and
https\:\/\/.*\.apkas RegEx. Error - "Can not find suitable release".Describe alternatives you've considered (if applicable)
Apply RegEx to JSON same as with HTML source.