mirror of
				https://github.com/Neocky/pluGET.git
				synced 2024-04-29 16:12:30 +00:00 
			
		
		
		
	Plugins are now searched after their downloads
This commit is contained in:
		@@ -204,7 +204,7 @@ def updateInstalledPackage(inputSelectedObject='all'):
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def getInstalledPlugin(localFileName, localFileVersion):
 | 
			
		||||
    url = "https://api.spiget.org/v2/search/resources/" + localFileName + "?field=name"
 | 
			
		||||
    url = "https://api.spiget.org/v2/search/resources/" + localFileName + "?field=name&sort=-downloads"
 | 
			
		||||
    packageName = doAPIRequest(url)
 | 
			
		||||
    i = 1
 | 
			
		||||
    plugin_match_found = False
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user