bcardoso (owner)

Revisions

gist: 137333 Download_button fork
public
Description:
msearch (parser v2)
Public Clone URL: git://gist.github.com/137333.git
Embed All Files: show embed
msearch #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* command "msearch" */
CmdUtils.makeSearchCommand({
  names: ["msearch"],
  icon: "http://catarse.110mb.com/msearch/favicon.ico",
  homepage: "http://catarse.110mb.com/ubiquity",
  author: { name: "Bruno Cardoso"},
  license: "GPL",
  description: "Generates music search links.",
  help: "msearch artist or album",
  url: "http://catarse.110mb.com/msearch/index.php?s={QUERY}",
  preview: function( pblock, args) {
    var preview = "<p>" + _("no preview. go.") + "</p>";
    pblock.innerHTML = preview;
  }
});