ImranR98 / Obtainium

Get Android app updates straight from the source.
https://obtainium.imranr.dev
GNU General Public License v3.0
5.79k stars 137 forks source link

Github releases with long list not showing all available apks #1687

Closed TaivasJumala closed 5 hours ago

TaivasJumala commented 1 week ago

An example is: https://github.com/revanced-apks/build-apps/

where revanced-youtube is shown in extended release list, but won‘t be presented in obtainium.

gabrielparca commented 4 days ago

try adding "/releases" to the url

TaivasJumala commented 3 days ago

Screenshot_20240625-174742_Obtainium.png

You can see that, it only shows a maximum of six available apps.

'/releases' doesn't matters.

gabrielparca commented 3 days ago

Right. Thought the problem the program had fetching could be the "see more" of long lists, which if you go to the releases it shows all not depending on any further action, ie displays all formats without hiding any.

ImranR98 commented 5 hours ago

This is because Obtainium tries to filter out all APKs that don't appear to match your CPU architecture. In this case, there are some APKs containing the string "arm64-v8a" which is an exact match for one of your available architectures. So Obtainium decided to filter out anything that did not contain an exact match for one of your archs (the other 2 were not matching because the developer used the string "arm-v7a" instead of "armeabi-v7a".

You can disable the "filter by CPU architectures" option and try again.