mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-31 21:00:15 +02:00
Better support for SourceForge (#1352)
This commit is contained in:
@@ -829,8 +829,9 @@ class SourceProvider {
|
||||
APKDetails apk =
|
||||
await source.getLatestAPKDetails(standardUrl, additionalSettings);
|
||||
|
||||
if (source.runtimeType != HTML().runtimeType) {
|
||||
// HTML does it separately
|
||||
if (source.runtimeType !=
|
||||
HTML().runtimeType && // Some sources do it separately
|
||||
source.runtimeType != SourceForge().runtimeType) {
|
||||
String? extractedVersion = extractVersion(
|
||||
additionalSettings['versionExtractionRegEx'] as String?,
|
||||
additionalSettings['matchGroupToUse'] as String?,
|
||||
|
Reference in New Issue
Block a user