mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-26 03:03:45 +01:00 
			
		
		
		
	Sourceforge bugfix
This commit is contained in:
		| @@ -31,7 +31,7 @@ class SourceForge extends AppSource { | ||||
|       getVersion(String url) { | ||||
|         try { | ||||
|           var tokens = url.split('/'); | ||||
|           return tokens[tokens.length - 3]; | ||||
|           return tokens[tokens.length - 2]; | ||||
|         } catch (e) { | ||||
|           return null; | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user