UNPKG

502 BJSONView Raw
1[
2 {
3 "url": "http://www.mp3tag.de/en/download.html",
4 "find": "div.download a",
5 "filenameMode": ["urlBasename"],
6 "directory": "%tmpdir%"
7 },
8 {
9 "url": "http://slimerjs.org/download.html",
10 "find": "a.btn",
11 "findIndex": 4,
12 "filename": "slimerjs.zip",
13 "directory": "%tmpdir%",
14 "extract":
15 {
16 "to": "%tmpdir%/slimerjs",
17 "cdRegex": "^slimerjs",
18 "fileGlob": "*.png",
19 "maintainEntryPath": false
20 }
21 }
22]