73
edits
| Line 206: | Line 206: | ||
</pre> | </pre> | ||
// ToDo: Not a good example any more | |||
CmdUtils.makeSearchCommand({ | |||
name: "MovieZoo", | |||
url: "http://www.moviezoo.dk/alle-produkter/soeg/{QUERY}", | |||
parser: { | |||
container: "table.nyhedsbrev_tabel2", | |||
title: "tr:nth-child(2) tr tr:first-child b", | |||
href: function () $("a.nyhedsbrev", this), | |||
body: function () $("table table tr:not(:first)", this), | |||
thumbnail: "img.lister_img", | |||
maxResults: 3, | |||
}, | |||
}); | |||
=== Searching with a different charset === | === Searching with a different charset === | ||
edits