diff options
-rw-r--r-- | fancypants.json | 3 | ||||
-rw-r--r-- | grandia.json | 2 | ||||
-rw-r--r-- | modland.json | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/fancypants.json b/fancypants.json index 87b6967..fe2480d 100644 --- a/fancypants.json +++ b/fancypants.json @@ -1,4 +1,5 @@ { + "name": "Fancy Pants OSTs", "items": [ { "name": "World 1+2", @@ -411,4 +412,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/grandia.json b/grandia.json index fd8a2f3..4a1e397 100644 --- a/grandia.json +++ b/grandia.json @@ -1,8 +1,8 @@ { + "name": "Grandia OSTs", "grrr comment": { "download": "Promise.all(Array.from(document.querySelectorAll('.clickable-row:nth-child(3) a')).map(x => fetch(x.href).then(res => res.text()).then(text => new DOMParser().parseFromString(text, 'text/html')).then(doc => doc.querySelector('audio').src).then(u => ({name: x.innerText.trim(), downloaderArg: u})) )).then(res => console.log(JSON.stringify(res, null, 2)))" }, - "items": [ { "name": "Grandia I", diff --git a/modland.json b/modland.json index 314bef7..48c3216 100644 --- a/modland.json +++ b/modland.json @@ -1,4 +1,5 @@ { + "name": "Modland Archive", "items": [ { "name": "- unknown", |