EFForg / apkeep

MIT License
783 stars 50 forks source link

Only download wanted filetypes #101

Open TheLastProject opened 2 years ago

TheLastProject commented 2 years ago

.xapk files seem to be APKPure-specific and as far as I can tell and not easily installed in other ways. It would be great if I could tell apkeep to only download .apk files (even if that's not the latest available version).

Tutez64 commented 2 months ago

I made it so it only downloads APK, unless you use the added --xapk option (in which case it only downloads XAPK). Waiting for my commit to hopefully be accepted, you can check it here https://github.com/Tutez64/apkeep/. A binary for 64 bits Linux is already available.