Updated Obtainium App configurations, so you dont have to...
Please install these at your own risk.
| App Name | Link |
|---|---|
| TrueCaller | Link |
| Hermit Browser | Link |
| Jio Hotstar | Link |
| Showly | Link |
- Add the main link: https://liteapks.com/showly.html.
- Then the 1st Intermediate link can be captured by regex
https:\/\/liteapks\.com\/download\/<appname>-\d+(replace the<appname>by the app name): https://liteapks.com/download/showly-13824 (In our example,showlyis the appname). This link can be achieved by clicking on the download button. - Similarily,
https:\/\/liteapks\.com\/download\/<appname>-\d+\/\d+for the 2nd Intermediate link. The second digit in the regex - you will generally find this to be either 1 or 2. And 1 always fetches you the latest apk. - Make sure to turn on
Take first linkin both of the above Intermediate links. - Leave the
Custom APK link filter by regular expressionblank. - Also
Take first linkhere. - Use a
Partial APK hashfor psuedo versioning. - If you want the version to be displayed, then you can use this regex:
v(\d+(?:\.\d+){0,2}) - Enjoy :D