Obtainium
Obtainium copied to clipboard
Add `files.auroraoss.com` as an App Source
Please add aurorastore nightly build. It would be better if you can add an option to parse and download apk directly on links which only has apk and nothing else. Just comparing versions.
Aren't all Aurora OSS apps on gitlab
Nightly build isnt
Aurora is tricky since there's no static URL to pull the APK from. My custom solution was pulling the HTML and parsing out the last URL from the page
auroradroid)
url=$(lynx -dump https://files.auroraoss.com/AuroraDroid/Nightly/ | awk '/http/{print $2}' | tail -1)
pull_and_update Aurora $url
;;
I agree a generic URL parser would be a fantasic addition. Maybe parse page for apk links and use that as the URL list that is currently implemented?
@Gottarocket check Aurora's gitlab activity Aurora's Nightly builds probably automated everyday regardless of updates in their repos, just stick with stable builds in fdroid/gitlab releases
Sure. But generic url parser as @parkerlreed mentioned would be helpful.
I agree, a generic Source that takes any URL and tries looking for APK links on the page is a good idea. It covers Aurora and won't break if they change their URL scheme (which they have done - this link posted in the issue no longer works but this now does).
Added, tested with AuroraDroid: https://github.com/ImranR98/Obtainium/releases/tag/v0.10.0-beta
@ImranR98 Thanks! Your release URL 404's without the extra 0 (10.0.00)