diff --git a/lib/app_sources/apkpure.dart b/lib/app_sources/apkpure.dart index 8894422..37742a2 100644 --- a/lib/app_sources/apkpure.dart +++ b/lib/app_sources/apkpure.dart @@ -131,7 +131,7 @@ class APKPure extends AppSource { var link = html.querySelector("a.download-start-btn")?.attributes['href']; RegExp downloadLinkRegEx = RegExp( - r'^https:\/\/d\.[^/]+\/b\/([^/]+)\/[^/?]+\?versionCode=([0-9]+).$', + r'^https:\/\/d\.[^/]+\/b\/([^/]+)\/[^/?]+\?versionCode=([0-9]+)$', caseSensitive: false); RegExpMatch? match = downloadLinkRegEx.firstMatch(link ?? ''); if (match == null) {