Skip to content

Commit

Permalink
Fix search URL for “KickassTorrents”
Browse files Browse the repository at this point in the history
  • Loading branch information
sanssecours committed Mar 26, 2015
1 parent 798e4a9 commit 10f68e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PluginDirectories/1/torrent.bundle/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
def results(parsed, original_query):
search_specs = [
["Torrentz", "~torrentzquery", "http://torrentz.eu/search?q="],
["Kickass", "~kickassquery", "http://kickass.so/usearch/" ]
["Kickass", "~kickassquery", "http://kickass.to/usearch/" ]
]

for name, key, url in search_specs:
Expand Down

0 comments on commit 10f68e1

Please sign in to comment.