mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-10-28 20:13:28 +01:00
Store APK names with URLs (#432)
This commit is contained in:
@@ -64,9 +64,9 @@ class WhatsApp extends AppSource {
|
||||
vLines[0].substring(versionMatch.start, versionMatch.end);
|
||||
return APKDetails(
|
||||
version,
|
||||
[
|
||||
getApkUrlsFromUrls([
|
||||
'https://www.whatsapp.com/android?v=$version&=thisIsaPlaceholder&a=realURLPrefetchedAtDownloadTime'
|
||||
],
|
||||
]),
|
||||
AppNames('Meta', 'WhatsApp'));
|
||||
} else {
|
||||
throw getObtainiumHttpError(res);
|
||||
|
||||
Reference in New Issue
Block a user