mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-11-02 22:33:28 +01:00
Multi-host support + add '.net' host to APKPure source (#1250)
This commit is contained in:
@@ -16,7 +16,7 @@ class Jenkins extends AppSource {
|
||||
if (match == null) {
|
||||
throw InvalidURLError(name);
|
||||
}
|
||||
return url.substring(0, match.end);
|
||||
return match.group(0)!;
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user