Skip to content

Commit

Permalink
Update torrent_search.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
yagop committed Jun 10, 2015
1 parent 0dede75 commit ea25158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/torrent_search.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ local function search_kickass(query)
for i=1,results do
local torrent = data.list[i]
local link = torrent.torrentLink
--link = link:gsub('%?title=.+','')
link = link:gsub('%?title=.+','')
text = text..torrent.title
..'\n'..'Seeds: '..torrent.seeds
..' '..'Leeches: '..torrent.leechs
Expand Down

0 comments on commit ea25158

Please sign in to comment.