Skip to content

Instantly share code, notes, and snippets.

@patcito
Created March 14, 2009 04:36
Show Gist options
  • Save patcito/78940 to your computer and use it in GitHub Desktop.
Save patcito/78940 to your computer and use it in GitHub Desktop.
CmdUtils.makeSearchCommand({
name: "torrent",
url: "http://isohunt.com/torrents/{QUERY}",
parser: {type: "JSON",
url: "http://isohunt.com/js/json.php?ihq={QUERY}&start=21&rows=20&sort=seeds",
container: "items.list",
title: "title",
href: "link"}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment