urbandictionary: use https (#357)

This commit is contained in:
David Schultz 2023-01-17 19:33:28 -06:00 committed by GitHub
parent 4e37f7cb35
commit 765689f9dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
from src import ModuleManager, utils
URL_URBANDICTIONARY = "http://api.urbandictionary.com/v0/define"
URL_URBANDICTIONARY = "https://api.urbandictionary.com/v0/define"
class Module(ModuleManager.BaseModule):
_name = "UrbanDictionary"