diff --git a/plugins/imdb.lua b/plugins/imdb.lua index f593bcd..0f2cab3 100755 --- a/plugins/imdb.lua +++ b/plugins/imdb.lua @@ -21,7 +21,7 @@ function PLUGIN.action(msg) end end - local url = 'http://www.imdbapi.com/?t=' .. URL.escape(input) + local url = 'http://www.omdbapi.com/?t=' .. URL.escape(input) local jstr, res = HTTP.request(url) local jdat = JSON.decode(jstr)