Fixed imdb API link.
This commit is contained in:
parent
cf8dc26d42
commit
e448e52fdb
@ -21,7 +21,7 @@ function PLUGIN.action(msg)
|
|||||||
end
|
end
|
||||||
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 jstr, res = HTTP.request(url)
|
||||||
local jdat = JSON.decode(jstr)
|
local jdat = JSON.decode(jstr)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user