-
-
Save iamgoddog/114821 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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