Merge pull request #7 from LibreLabUCM/fixed_imdb

Fixed imdb API link.
This commit is contained in:
Drew 2015-09-21 19:32:39 -04:00
commit 6767c20256

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)