How to get version from apk name in github release? #2161
Replies: 2 comments 6 replies
-
|
Try this: Specify the version regex as something like this: and then specify the "Match group" as I think that should work |
Beta Was this translation helpful? Give feedback.
-
|
Thank you all for your replies. But the issue is not regex pattern here. I tried almost all possible regex patterns to match versions, nothing worked. I am not sure this should be reported as a bug or not. But definitely not an expected behavior, also bit disappointed that Obtainium can not get version number from apk names in gibhub release. If anyone has been able to do it somehow, please let me know. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have multiple apks in each github release, like this name format
Everything works fine, I can get the latest release, filter 'AppA' to get the correct apk. But I can not get the app version from it. I expect regex for version
[0-9]+\.[0-9]+\.[0-9]+to match, but it does not. It seems regex only applied to url/release-tag, but not on apk name. How can I apply regex on apk name to extract the version?Thanks
Beta Was this translation helpful? Give feedback.
All reactions