mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-01 05:10:15 +02:00
Add XAPK support (incomplete - OBB not copied)
This commit is contained in:
@@ -57,9 +57,9 @@ class APKPure extends AppSource {
|
||||
} catch (err) {
|
||||
// ignore
|
||||
}
|
||||
|
||||
String type = html.querySelector('a.info-tag')?.text.trim() ?? 'APK';
|
||||
List<MapEntry<String, String>> apkUrls = [
|
||||
MapEntry('$appId.apk', 'https://d.$host/b/APK/$appId?version=latest')
|
||||
MapEntry('$appId.apk', 'https://d.$host/b/$type/$appId?version=latest')
|
||||
];
|
||||
String author = html
|
||||
.querySelector('span.info-sdk')
|
||||
|
Reference in New Issue
Block a user