diff options
author | Florrie <towerofnix@gmail.com> | 2018-06-13 00:11:35 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-06-13 00:11:35 -0300 |
commit | 0857d9c8c624c9f2ba3364faca720cdc552ac99a (patch) | |
tree | c01fed2de33409f7e3b539a36ccbeb324ca6b6e7 /grandia.json | |
parent | cdee0635f85f91ab272d20895b710cb489c46d8e (diff) |
Fix issue in grandia.json
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 2131bc8..d4684b4 100644 --- a/grandia.json +++ b/grandia.json @@ -1,5 +1,5 @@ { - "comment": { + "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)))" }, |