mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-11-03 23:03:29 +01:00 
			
		
		
		
	APKMirror version extraction bugfix (#1264)
This commit is contained in:
		@@ -84,7 +84,7 @@ class APKMirror extends AppSource {
 | 
			
		||||
          dateString != null ? HttpDate.parse('$dateString GMT') : null;
 | 
			
		||||
      String? version = titleString
 | 
			
		||||
          ?.substring(RegExp('[0-9]').firstMatch(titleString)?.start ?? 0,
 | 
			
		||||
              RegExp(' by ').firstMatch(titleString)?.start ?? 0)
 | 
			
		||||
              RegExp(' by ').allMatches(titleString).last.start)
 | 
			
		||||
          .trim();
 | 
			
		||||
      if (version == null || version.isEmpty) {
 | 
			
		||||
        version = titleString;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user