Replies: 1 comment 2 replies
-
The site is blank with JavaScript disabled (Obtainium can't run JS). You should still be able to use the direct APK link source. As long as Obtainium can detect that the first 1kb of the APK is consistent on each download request, you should still get update notifications (if not, it won't let you add the app anyways). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want obtainium to handle the following page:
https://s1fun.koalcat.com/app/
There is only one direct link to apk. The link points to the same host as the page, but it presents as the full link:
I tried to use HTML source to handle the page, but the best I can achieve is to get a
noVersionFound
error.For example, I set
([.\w]+-\w+)\.apk
as the version pattern, and enabledApply version string extraction Regex to entire page
, but this does not help. I also set the pattern for apk file to.*
, otherwise, I will get thenoReleaseFound
error (even with the default.apk$
).I guess I can use direct-apk-link source. However, I prefer this page to check updates. Any idea? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions