diff options
author | Florrie <towerofnix@gmail.com> | 2018-07-05 09:37:23 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-07-05 09:37:23 -0300 |
commit | c1910aeafeef4876cfe8301af494a0dadd4935a1 (patch) | |
tree | 2401199c6ea53ee0a416fd13dee9ec236c213d92 /grandia.json | |
parent | 466f5c4ed4e6d37f5bda6b6e3d94721536eeb410 (diff) |
Add missing name properties
Diffstat (limited to 'grandia.json')
-rw-r--r-- | grandia.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |