Obtainium icon indicating copy to clipboard operation
Obtainium copied to clipboard

Add `files.auroraoss.com` as an App Source

Open Gottarocket opened this issue 2 years ago • 2 comments

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.

Gottarocket avatar Oct 08 '22 16:10 Gottarocket

Aren't all Aurora OSS apps on gitlab

S7venLights avatar Oct 29 '22 14:10 S7venLights

Nightly build isnt

Gottarocket avatar Oct 29 '22 14:10 Gottarocket

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?

parkerlreed avatar Nov 01 '22 18:11 parkerlreed

@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

faustaahmad avatar Nov 18 '22 13:11 faustaahmad

Sure. But generic url parser as @parkerlreed mentioned would be helpful.

Gottarocket avatar Nov 18 '22 15:11 Gottarocket

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).

ImranR98 avatar Jan 13 '23 03:01 ImranR98

Added, tested with AuroraDroid: https://github.com/ImranR98/Obtainium/releases/tag/v0.10.0-beta

ImranR98 avatar Jan 13 '23 03:01 ImranR98

@ImranR98 Thanks! Your release URL 404's without the extra 0 (10.0.00)

parkerlreed avatar Jan 13 '23 20:01 parkerlreed