Skip to content
This repository has been archived by the owner on Oct 14, 2018. It is now read-only.

Commit

Permalink
Merge pull request #325 from robingroppe/patch-1
Browse files Browse the repository at this point in the history
Update imdb.lua
  • Loading branch information
yagop committed Jan 24, 2016
2 parents 0c5f16c + 13ddef8 commit 969fe08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/imdb.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ local function imdb(movie)
if r.Error then
return r.Error
end
r['Url'] = "http://omdb.com/title/" .. r.imdbID
r['Url'] = "http://imdb.com/title/" .. r.imdbID
local t = ""
for k, v in pairs(r) do
t = t..k..": "..v.. "\n"
Expand Down

1 comment on commit 969fe08

@zakhmii
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

چطوری خخ

Please sign in to comment.