[modsearch] Update URL for search requests

master
SmallJoker 2018-11-17 19:09:11 +01:00 committed by sfan5
parent a39a538d80
commit fa887e115f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Licensed under GNU General Public License v2.0
import web
def mod(phenny, input):
uri = "http://krock-works.16mb.com/MTstuff/modSearchAPI.php?q="
uri = "https://krock-works.uk.to/minetest/modSearchAPI.php?q="
text, sc = web.get(uri + web.urlencode(input.group(2)))
text = str(text, 'utf-8')
data = web.json(text)