Skip to content

Instantly share code, notes, and snippets.

@iamgoddog
Created May 20, 2009 13:48
Show Gist options
  • Save iamgoddog/114821 to your computer and use it in GitHub Desktop.
Save iamgoddog/114821 to your computer and use it in GitHub Desktop.
CmdUtils.makeSearchCommand({
name: "mininova",
homepage: "http://mininova.com/",
author: {name: "Guðmundur Stefán Þorvaldsson", email: "[email protected]"},
license: "GPL",
description: "Sends input to search for torrents on mininova.com orderen by seeders descending",
url: "http://www.mininova.org/search/{QUERY}/seeds",
maxResults: 10,
parser: {
container: ".maintable tr",
title: "td:nth-child(3) a:nth-child(3)"
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment