diff --git a/plugins/domainr.py b/plugins/domainr.py index e853bfa5..d5df4e79 100644 --- a/plugins/domainr.py +++ b/plugins/domainr.py @@ -5,7 +5,7 @@ def domainr(inp): """domainr - Use domain.nr's API to search for a domain, and similar domains.""" try: - data = http.get_json('http://domai.nr/api/json/search?q=' + inp) + data = http.get_json('https://domainr.com/api/json/search?client_id=cloudbot&q=' + inp) except (http.URLError, http.HTTPError) as e: return "Unable to get data for some reason. Try again later." if data['query'] == "":