mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-20 21:19:29 +02:00
APKPure: Fix issue with characters in URLs (#1912)
This commit is contained in:
@@ -167,7 +167,7 @@ class APKPure extends AppSource {
|
|||||||
var res0 = await sourceRequest('$standardUrl/versions', additionalSettings);
|
var res0 = await sourceRequest('$standardUrl/versions', additionalSettings);
|
||||||
var versionLinks = await grabLinksCommon(res0, {
|
var versionLinks = await grabLinksCommon(res0, {
|
||||||
'skipSort': true,
|
'skipSort': true,
|
||||||
'customLinkFilterRegex': '$standardUrl/download/[^/]+\$'
|
'customLinkFilterRegex': '${Uri.decodeFull(standardUrl)}/download/[^/]+\$'
|
||||||
});
|
});
|
||||||
|
|
||||||
var supportedArchs = (await DeviceInfoPlugin().androidInfo).supportedAbis;
|
var supportedArchs = (await DeviceInfoPlugin().androidInfo).supportedAbis;
|
||||||
|
Reference in New Issue
Block a user