From c1910aeafeef4876cfe8301af494a0dadd4935a1 Mon Sep 17 00:00:00 2001 From: Florrie Date: Thu, 5 Jul 2018 09:37:23 -0300 Subject: Add missing name properties --- grandia.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grandia.json') 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", -- cgit 1.3.0-6-gf8a5