-
I have a URL like https://apk.example.com which is a directory listing like https://download.osmand.net/releases/ I wish to add and update these apks through obtainium. Basically it serves as a proxy for all the play store apks as required. Now, say in the directory I have https://apk.exmple.com/com.brave.browser_1.71.118.apk that I wish to add and update via obtainium. For updating, I will manually update the apk in the directory with say, for example, com.brave.browser_1.72.18.apk This is the problem that is happening: App source URL: https://apk.example.com or https://apk.example.com/ (with ending slash) Output Observation How can I add this slash / to the URL? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Issue Resolution
|
Beta Was this translation helpful? Give feedback.
Issue Resolution
add at least one sub-folder in the serving directory. In other words, make the url https://apk.example.com/path/
This is a BUG in obtainium.
setting 'Override Source' to 'HTML'
May I suggest 'Override Source' can be renamed to just 'Source'?
My thought process was that I was not 'Overriding' anything, so just skimmed over the very first option. My bad 🥲