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:
parent
3a89064ede
commit
0c06db576e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user