Fixed imdb API link.

This commit is contained in:
Abel 'Akronix' Serrano Juste 2015-09-22 01:16:35 +02:00
parent cf8dc26d42
commit e448e52fdb

View File

@ -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)